Mono Class Library: Overview

System.Security.Cryptography.CryptoConfig: Method Members

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

See Also: Inherited members from System.Object

Public Methods

static
CreateFromName(string) : object
Create the default cryptographic implementation for the specified algorithm name.
static
CreateFromName(string, params object[]) : object
Create the default cryptographic implementation for the specified algorithm name.
static
EncodeOID(string) : byte[]
Convert the OID string (dotted notation) into an ASN.1 encoded OID.
static
MapNameToOID(string) : string
Return the name of the class that is mapped to the specified OID.