System.Security.Cryptography.CryptoConfig Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Cryptography.CryptoConfig class.

Public Properties

[read-only]
static
AllowOnlyFipsAlgorithmsbool.

Indicates whether the runtime should enforce the policy to create only Federal Information Processing Standard (FIPS) certified algorithms.

Public Methods

static
AddAlgorithm(Type, params string[])

Adds a set of names to algorithm mappings to be used for the current application domain.

static
AddOID(string, params string[])

Adds a set of names to object identifier (OID) mappings to be used for the current application domain.

static
CreateFromName(string) : object

Creates a new instance of the specified cryptographic object.

static
CreateFromName(string, params object[]) : object

Creates a new instance of the specified cryptographic object with the specified arguments.

static
EncodeOID(string) : byte[]

Encodes the specified object identifier (OID).

static
MapNameToOID(string) : string

Gets the object identifier (OID) of the algorithm corresponding to the specified simple name.