RsaSecurityKey Class

Definition

Represents a security key that is generated using the RSA algorithm. This class cannot be inherited.

public ref class RsaSecurityKey sealed : System::IdentityModel::Tokens::AsymmetricSecurityKey
public sealed class RsaSecurityKey : System.IdentityModel.Tokens.AsymmetricSecurityKey
type RsaSecurityKey = class
    inherit AsymmetricSecurityKey
Public NotInheritable Class RsaSecurityKey
Inherits AsymmetricSecurityKey
Inheritance

Constructors

RsaSecurityKey(RSA)

Initializes a new instance of the RsaSecurityKey class using the specified RSA algorithm.

Properties

KeySize

Gets the size, in bits, of the key.

Methods

DecryptKey(String, Byte[])

Decrypts the specified encrypted key.

EncryptKey(String, Byte[])

Encrypts the specified key using the specified algorithm.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetAsymmetricAlgorithm(String, Boolean)

Gets the specified asymmetric cryptographic algorithm.

GetHashAlgorithmForSignature(String)

Gets a cryptographic algorithm that generates a hash for a digital signature.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSignatureDeformatter(String)

Gets the de-formatter algorithm for the digital signature.

GetSignatureFormatter(String)

Gets the formatter algorithm for the digital signature.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
HasPrivateKey()

Gets a value that indicates whether the private key is available.

IsAsymmetricAlgorithm(String)

Gets a value that indicates whether the specified algorithm uses asymmetric keys.

IsSupportedAlgorithm(String)

Gets a value that indicates whether the specified algorithm is supported by this class.

IsSymmetricAlgorithm(String)

Gets a value that indicates whether the specified algorithm uses symmetric keys.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to