Mono Class Library: Overview

System.Security.Cryptography.CryptoConfig: Members

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

See Also: Inherited members from System.Object

Public Constructors

Constructor, no idea why it is here (all class members are static).

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.