Mono Class Library: OverviewSystem.Security.Cryptography.AsymmetricAlgorithm: Members |
The members of System.Security.Cryptography.AsymmetricAlgorithm are listed below.
See Also: Inherited members from System.Object
Called from constructor of derived class.
KeySizeValue int. The size (in bits) of the key pair used by the asymmetric algorithm. LegalKeySizesValue KeySizes[]. Specifies the key sizes that are supported by the asymmetric algorithm.
[read-only] abstractKeyExchangeAlgorithm string. Gets the key exchange algorithm. KeySize int. Gets or sets the actual key size. [read-only] LegalKeySizes KeySizes[]. Gets all legal key sizes for the algorithm. [read-only] abstractSignatureAlgorithm string. Gets the signature algorithm.
Clear() Documentation for this section has not yet been entered. staticCreate() : AsymmetricAlgorithm Creates the default implementation of the default asymmetric algorithm (System.Security.Cryptography.RSACryptoServiceProvider). staticCreate(string) : AsymmetricAlgorithm Creates a specific implementation of the given asymmetric algorithm. abstractFromXmlString(string) Reconstructs the AsymmetricAlgorithm object from an XML string. abstractToXmlString(bool) : string Returns an XML string representation the current AsymmetricAlgorithm object.
IDisposable.Dispose Documentation for this section has not yet been entered.