Mono Class Library: OverviewSystem.Security.Cryptography.RSA: Members |
The members of System.Security.Cryptography.RSA are listed below.
See Also: Inherited members from System.Security.Cryptography.AsymmetricAlgorithm
RSA()Documentation for this section has not yet been entered.
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.