System.Security.Cryptography.RSA Members

The members of System.Security.Cryptography.RSA are listed below.

See Also: Inherited members from System.Security.Cryptography.AsymmetricAlgorithm

Protected Constructors

RSA()

Initializes a new instance of System.Security.Cryptography.RSA.

Public Methods

static
Create() : RSA

Creates an instance of the default implementation of the System.Security.Cryptography.RSA algorithm.

static
Create(string) : RSA

Creates an instance of the specified implementation of System.Security.Cryptography.RSA.

abstract
DecryptValue(byte[]) : byte[]

When overridden in a derived class, decrypts the input data using the private key.

abstract
EncryptValue(byte[]) : byte[]

When overridden in a derived class, encrypts the input data using the public key.

abstract
ExportParameters(bool) : RSAParameters

When overridden in a derived class, exports the System.Security.Cryptography.RSAParameters.

override
FromXmlString(string)

Initializes an System.Security.Cryptography.RSA object from the key information from an XML string.

abstract
ImportParameters(RSAParameters)

When overridden in a derived class, imports the specified System.Security.Cryptography.RSAParameters.

override
ToXmlString(bool) : string

Creates and returns an XML string containing the key of the current System.Security.Cryptography.RSA object.