OpenIdConnectProtocolValidator.GetHashAlgorithm(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.
Retourne un HashAlgorithm correspondant à la chaîne 'algorithm' après la traduction à l’aide HashAlgorithmMapde .
public virtual System.Security.Cryptography.HashAlgorithm GetHashAlgorithm(string algorithm);
abstract member GetHashAlgorithm : string -> System.Security.Cryptography.HashAlgorithm
override this.GetHashAlgorithm : string -> System.Security.Cryptography.HashAlgorithm
Public Overridable Function GetHashAlgorithm (algorithm As String) As HashAlgorithm
Paramètres
- algorithm
- String
chaîne représentant l’algorithme de hachage
Retours
Un HashAlgorithm.