C# Class System.Security.Cryptography.CryptoConfig

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddAlgorithm ( Type algorithm ) : void
AddOID ( string oid ) : void
CreateFromName ( string name ) : object
MapNameToOID ( string name ) : string

Method Details

AddAlgorithm() public static method

public static AddAlgorithm ( Type algorithm ) : void
algorithm Type
return void

AddOID() public static method

public static AddOID ( string oid ) : void
oid string
return void

CreateFromName() public static method

public static CreateFromName ( string name ) : object
name string
return object

MapNameToOID() public static method

public static MapNameToOID ( string name ) : string
name string
return string