Mono Class Library: Overview

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()
Documentation for this section has not yet been entered.

Public Methods

static
Create() : RSA
Create an instance of the default RSA implementation.
static
Create(string) : RSA
Create an instance of the specified RSA implementation.
abstract
DecryptValue(byte[]) : byte[]
Raw (unpadded) decryption using the RSA private key.
abstract
EncryptValue(byte[]) : byte[]
Raw (unpadded) encryption using the RSA public key.
abstract
ExportParameters(bool) : RSAParameters
Export the instance key into a System.Security.Cryptography.RSAParameters structure.
override
FromXmlString(string)
Import the RSA key from the specified XML string.
abstract
ImportParameters(RSAParameters)
Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance.
override
ToXmlString(bool) : string
Convert the current RSA key into an XML string.