This documentation is archived and is not being maintained.
RsaSecurityKey Class
Visual Studio 2010
Represents a security key that is generated using the RSA algorithm. This class cannot be inherited.
System::Object
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::RsaSecurityKey
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::AsymmetricSecurityKey
System.IdentityModel.Tokens::RsaSecurityKey
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The RsaSecurityKey type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RsaSecurityKey | Initializes a new instance of the RsaSecurityKey class using the specified RSA algorithm. |
| Name | Description | |
|---|---|---|
![]() | DecryptKey | Decrypts the specified encrypted key. (Overrides SecurityKey::DecryptKey(String, array<Byte>).) |
![]() | EncryptKey | Encrypts the specified key using the specified 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 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:
