X509AsymmetricSecurityKey Methods
.NET Framework 4
The X509AsymmetricSecurityKey type exposes the following members.
| Name | Description | |
|---|---|---|
|
DecryptKey | Decrypts the specified encrypted key using the specified cryptographic algorithm. (Overrides SecurityKey.DecryptKey(String, Byte[]).) |
|
EncryptKey | Encrypts the specified encrypted key using the specified cryptographic algorithm. (Overrides SecurityKey.EncryptKey(String, Byte[]).) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetAsymmetricAlgorithm | Gets the specified asymmetric cryptographic algorithm. (Overrides AsymmetricSecurityKey.GetAsymmetricAlgorithm(String, Boolean).) |
|
GetHashAlgorithmForSignature | Gets a cryptographic algorithm that generates a hash for a digital signature. (Overrides AsymmetricSecurityKey.GetHashAlgorithmForSignature(String).) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetSignatureDeformatter | Gets the de-formatter algorithm for the digital signature. (Overrides AsymmetricSecurityKey.GetSignatureDeformatter(String).) |
|
GetSignatureFormatter | Gets the formatter algorithm for the digital signature. (Overrides AsymmetricSecurityKey.GetSignatureFormatter(String).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
HasPrivateKey | Gets a value that indicates whether the private key is a available. (Overrides AsymmetricSecurityKey.HasPrivateKey().) |
|
IsAsymmetricAlgorithm | Gets a value that indicates whether the specified algorithm uses asymmetric keys. (Overrides SecurityKey.IsAsymmetricAlgorithm(String).) |
|
IsSupportedAlgorithm | Gets a value that indicates whether the specified algorithm is supported by this class. (Overrides SecurityKey.IsSupportedAlgorithm(String).) |
|
IsSymmetricAlgorithm | Gets a value that indicates whether the specified algorithm uses symmetric keys. (Overrides SecurityKey.IsSymmetricAlgorithm(String).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |