SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(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.
Indique si un algorithme de chiffrement de clé de type WRAP de clé symétrique est pris en charge.
public:
virtual bool IsSymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsSymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsSymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsSymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsSymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean
Paramètres
- algorithm
- String
Le nom de l'algorithme à vérifier.
Retours
true
si l’algorithme de chiffrement de clé de type WRAP de clé symétrique est pris en charge ; sinon, false
.