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