SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(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é asymétrique est pris en charge.
public:
virtual bool IsAsymmetricKeyWrapAlgorithmSupported(System::String ^ algorithm);
public virtual bool IsAsymmetricKeyWrapAlgorithmSupported (string algorithm);
abstract member IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
override this.IsAsymmetricKeyWrapAlgorithmSupported : string -> bool
Public Overridable Function IsAsymmetricKeyWrapAlgorithmSupported (algorithm As String) As Boolean
Paramètres
- algorithm
- String
L'algorithme à vérifier
Retours
true
si l'algorithme de chiffrement de clé de type WRAP de clé asymétrique est pris en charge ; sinon, false
.
Remarques
L'algorithm
est comparé à la chaîne retournée par l'DefaultAsymmetricKeyWrapAlgorithm.