The Key type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Key |
Initializes a new instance of the Key class.
| |
| Key( Byte ) |
Initializes a new instance of the Key class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Sign |
Signs the specified data with the key.
| |
| (Inherited from | ||
| VerifySignature |
Verifies the signature.
|
Fields
| Name | Description | |
|---|---|---|
| _privateKey |
Specifies array of big integers that represent private key
|
Properties
| Name | Description | |
|---|---|---|
| DigitalSignature |
Gets the key specific digital signature.
| |
| KeyLength |
Gets the length of the key.
| |
| Public |
Gets or sets the public key.
|
See Also