This documentation is archived and is not being maintained.
SecurityAlgorithmSuite Methods
Visual Studio 2010
The SecurityAlgorithmSuite type exposes the following members.
| Name | Description | |
|---|---|---|
|
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.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsAsymmetricKeyLengthSupported | Indicates whether a particular key length is supported by the asymmetric algorithm. |
|
IsAsymmetricKeyWrapAlgorithmSupported | Indicates whether an asymmetric key wrap algorithm is supported. |
|
IsAsymmetricSignatureAlgorithmSupported | Indicates whether an asymmetric signature algorithm is supported. |
|
IsCanonicalizationAlgorithmSupported | Indicates whether a canonicalization algorithm is supported. |
|
IsDigestAlgorithmSupported | Indicates whether a digest algorithm is supported. |
|
IsEncryptionAlgorithmSupported | Indicates whether an encryption algorithm is supported. |
|
IsEncryptionKeyDerivationAlgorithmSupported | Indicates whether an encryption key derivation algorithm is supported. |
|
IsSignatureKeyDerivationAlgorithmSupported | Indicates whether a signature key derivation algorithm is supported. |
|
IsSymmetricKeyLengthSupported | When overridden in a derived class, indicates whether a particular symmetric key length is supported. |
|
IsSymmetricKeyWrapAlgorithmSupported | Indicates whether a symmetric key wrap algorithm is supported. |
|
IsSymmetricSignatureAlgorithmSupported | Indicates whether a symmetric signature algorithm is supported. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: