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] abstract | KeyExchangeAlgorithm | 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] abstract | SignatureAlgorithm | string. Gets the signature algorithm. |
Clear()Documentation for this section has not yet been entered. | ||
static | Create()Creates the default implementation of the default asymmetric algorithm (System.Security.Cryptography.RSACryptoServiceProvider). | |
static | Create(string)Creates a specific implementation of the given asymmetric algorithm. | |
abstract | FromXmlString(string)Reconstructs the AsymmetricAlgorithm object from an XML string. | |
abstract | ToXmlString(bool)Returns an XML string representation the current AsymmetricAlgorithm object. | |
| IDisposable.Dispose | Documentation for this section has not yet been entered. |