System.Security.Cryptography.AsymmetricAlgorithm: Method Members

The methods of System.Security.Cryptography.AsymmetricAlgorithm are listed below. For a list of all members, see the AsymmetricAlgorithm Members list.

See Also: Inherited members from System.Object

Public Methods

Clear()

Releases all resources used by the System.Security.Cryptography.AsymmetricAlgorithm class.

static
Create() : AsymmetricAlgorithm

Creates a default cryptographic object used to perform the asymmetric algorithm.

static
Create(string) : AsymmetricAlgorithm

Creates an instance of the specified implementation of an asymmetric algorithm.

Dispose()

Releases all resources used by the current instance of the System.Security.Cryptography.AsymmetricAlgorithm class.

abstract
FromXmlString(string)

When overridden in a derived class, reconstructs an System.Security.Cryptography.AsymmetricAlgorithm object from an XML string.

abstract
ToXmlString(bool) : string

When overridden in a derived class, creates and returns an XML string representation of the current System.Security.Cryptography.AsymmetricAlgorithm object.

Protected Methods

Dispose(bool)

Releases the unmanaged resources used by the System.Security.Cryptography.AsymmetricAlgorithm class and optionally releases the managed resources.