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