This documentation is archived and is not being maintained.
AsymmetricSecurityKey Class
Visual Studio 2010
Base class for asymmetric keys.
System::Object
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::RsaSecurityKey
System.IdentityModel.Tokens::X509AsymmetricSecurityKey
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::RsaSecurityKey
System.IdentityModel.Tokens::X509AsymmetricSecurityKey
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The AsymmetricSecurityKey type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AsymmetricSecurityKey | Initializes a new instance of the AsymmetricSecurityKey class. |
| Name | Description | |
|---|---|---|
![]() | KeySize | When overridden in a derived class, gets the size, in bits, of the key. (Inherited from SecurityKey.) |
| Name | Description | |
|---|---|---|
![]() | DecryptKey | When overridden in a derived class, decrypts the specified encrypted key. (Inherited from SecurityKey.) |
![]() | EncryptKey | When overridden in a derived class, encrypts the specified key. (Inherited from SecurityKey.) |
![]() | 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 | When overridden in a derived class, gets the specified asymmetric cryptographic algorithm. |
![]() | GetHashAlgorithmForSignature | When overridden in a derived class, gets a cryptographic algorithm that generates a hash for a digital signature. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSignatureDeformatter | When overridden in a derived class, gets the deformatter algorithm for the digital signature. |
![]() | GetSignatureFormatter | When overridden in a derived class, gets the formatter algorithm for the digital signature. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasPrivateKey | When overridden in a derived class, gets a value that indicates whether the private key is available. |
![]() | IsAsymmetricAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm uses asymmetric keys. (Inherited from SecurityKey.) |
![]() | IsSupportedAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm is supported by this class. (Inherited from SecurityKey.) |
![]() | IsSymmetricAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm uses symmetric keys. (Inherited from SecurityKey.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
