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