The following tables list the members exposed by AsymmetricKey.
Name | Description | |
---|---|---|
AsymmetricKey Constructor |
Name | Description | |
---|---|---|
BlockSize | Provides the size, in bytes, of the maximum transform unit | |
TransformSize | Proivdes the output size, in bytes, assuming an input of BlockSize |
Name | Description | |
---|---|---|
Decrypt | Overloaded. Overridden. Decrypts a raw data block as a set of bytes | |
Dispose | Overloaded. Clears any secure memory associated with this object (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
Encrypt | Overloaded. Overridden. Encrypts a raw data block as a set of bytes |
Name | Description | |
---|---|---|
Assert<T> | Throws ObjectDisposedException if the object has been disposed (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
CryptographicException | Used to ensure generality in excpetions raised from cryptographic routines. (Inherited from CSharpTest.Net.Crypto.CryptoKey) | |
DecryptBlock | Decrypts a raw data block as a set of bytes | |
EncryptBlock | Encrypts a raw data block as a set of bytes |
Reference
AsymmetricKey ClassCSharpTest.Net.Crypto Namespace