Key_RSA Members
The following tables list the members exposed by the Key_RSA type.
Public Constructors
Name | Description | |
---|---|---|
Key_RSA | Initializes a new instance of the Key_RSA class. |
Public Fields
Name | Description | |
---|---|---|
c_SizeOfKey | Specifies the size of the current encryption key, in bytes. | |
c_SizeOfSignature | Specifies the size of the signature for the current encryption key, in bytes. |
Public Properties
Name | Description | |
---|---|---|
Signature | Gets the signature associated with the current key. |
Public Methods
Name | Description | |
---|---|---|
Decrypt | Decrypts data from a specified byte array, starting at a specified offset and decrypting a specified amount of data. | |
Encrypt | Encrypts data from a specified byte array, starting at a specified offset and encrypting a specified amount of data. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
VerifySignature | Verifies the specified signature data by comparing it with the signature computed for the specified signed data. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |