This documentation is archived and is not being maintained.
X509AsymmetricSecurityKey Class
Visual Studio 2010
Represents an asymmetric key for X.509 certificates.
System::Object
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::X509AsymmetricSecurityKey
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::X509AsymmetricSecurityKey
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The X509AsymmetricSecurityKey type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | X509AsymmetricSecurityKey | Initializes a new instance of the X509AsymmetricSecurityKey class using the specified X.509 certificate. |
| Name | Description | |
|---|---|---|
![]() | KeySize | Gets the size, in bits, of the public key associated with the X.509 certificate. (Overrides SecurityKey::KeySize.) |
| Name | Description | |
|---|---|---|
![]() | DecryptKey | Decrypts the specified encrypted key using the specified cryptographic algorithm. (Overrides SecurityKey::DecryptKey(String, array<Byte>).) |
![]() | EncryptKey | Encrypts the specified encrypted key using the specified cryptographic algorithm. (Overrides SecurityKey::EncryptKey(String, array<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.) |
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:
