Mono Class Library: Overview

System.Security.Cryptography.AsymmetricAlgorithm: Members

The members of System.Security.Cryptography.AsymmetricAlgorithm are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Called from constructor of derived class.

Protected Fields

KeySizeValueint. The size (in bits) of the key pair used by the asymmetric algorithm.
LegalKeySizesValueKeySizes[]. Specifies the key sizes that are supported by the asymmetric algorithm.

Public Properties

[read-only]
abstract
KeyExchangeAlgorithmstring. Gets the key exchange algorithm.
KeySizeint. Gets or sets the actual key size.
[read-only]
LegalKeySizesKeySizes[]. Gets all legal key sizes for the algorithm.
[read-only]
abstract
SignatureAlgorithmstring. Gets the signature algorithm.

Public Methods

Clear()
Documentation for this section has not yet been entered.
static
Create() : AsymmetricAlgorithm
Creates the default implementation of the default asymmetric algorithm (System.Security.Cryptography.RSACryptoServiceProvider).
static
Create(string) : AsymmetricAlgorithm
Creates a specific implementation of the given asymmetric algorithm.
abstract
FromXmlString(string)
Reconstructs the AsymmetricAlgorithm object from an XML string.
abstract
ToXmlString(bool) : string
Returns an XML string representation the current AsymmetricAlgorithm object.

Protected Methods

abstract
Dispose(bool)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDisposable.DisposeDocumentation for this section has not yet been entered.