Mono Class Library: Overview

System.Security.Cryptography.RSA: Method Members

The methods of System.Security.Cryptography.RSA are listed below. For a list of all members, see the RSA Members list.

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

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.