CryptoConfig.AddAlgorithm(Type, String[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un ensemble de noms aux mappages d'algorithmes à utiliser pour le domaine d'application actuel.
public:
static void AddAlgorithm(Type ^ algorithm, ... cli::array <System::String ^> ^ names);
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static void AddAlgorithm (Type algorithm, params string[] names);
[System.Security.SecurityCritical]
public static void AddAlgorithm (Type algorithm, params string[] names);
static member AddAlgorithm : Type * string[] -> unit
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member AddAlgorithm : Type * string[] -> unit
[<System.Security.SecurityCritical>]
static member AddAlgorithm : Type * string[] -> unit
Public Shared Sub AddAlgorithm (algorithm As Type, ParamArray names As String())
Paramètres
- algorithm
- Type
Algorithme auquel mapper.
- names
- String[]
Tableau de noms à mapper à l'algorithme.
- Attributs
Exceptions
Le paramètre algorithm
ou names
est null
.
algorithm
n'est pas accessible en dehors de l'assembly.
- ou -
L'une des entrées dans le paramètre names
est vide ou null
.
Remarques
Les mappages spécifiés sont prioritaires sur les mappages intégrés et les mappages dans le fichier machine.config. Les mappages sont utilisés pour empêcher le code d’approbation partielle d’utiliser des opérations de chiffrement approuvées.