Mono Class Library: OverviewSystem.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
staticCreate() : RSA Create an instance of the default RSA implementation. staticCreate(string) : RSA Create an instance of the specified RSA implementation. abstractDecryptValue(byte[]) : byte[] Raw (unpadded) decryption using the RSA private key. abstractEncryptValue(byte[]) : byte[] Raw (unpadded) encryption using the RSA public key. abstractExportParameters(bool) : RSAParameters Export the instance key into a System.Security.Cryptography.RSAParameters structure. overrideFromXmlString(string) Import the RSA key from the specified XML string. abstractImportParameters(RSAParameters) Import the key from the System.Security.Cryptography.DSAParameters structure into the current instance. overrideToXmlString(bool) : string Convert the current RSA key into an XML string.