C# Class System.Security.Cryptography.CryptoConfig

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddAlgorithm ( Type algorithm ) : void
AddOID ( string oid ) : void
CreateFromName ( string name ) : object
MapNameToOID ( string name ) : string

Method Details

AddAlgorithm() public static méthode

public static AddAlgorithm ( Type algorithm ) : void
algorithm Type
Résultat void

AddOID() public static méthode

public static AddOID ( string oid ) : void
oid string
Résultat void

CreateFromName() public static méthode

public static CreateFromName ( string name ) : object
name string
Résultat object

MapNameToOID() public static méthode

public static MapNameToOID ( string name ) : string
name string
Résultat string