Mono Class Library: Overview

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()
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.