Struct EcdsaSecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
public struct EcdsaSecretShare
- Inherited Members
Constructors
EcdsaSecretShare(string)
Initializes a new instance of the EcdsaSecretShare struct.
public EcdsaSecretShare(string SecretShareHex)
Parameters
SecretShareHexstringThe secret share identifier.
Properties
SecretShareHex
The The per-party private key material that is used for threshold signing.
public string SecretShareHex { readonly get; set; }