Langue

OpenIdConnectProtocolValidator.GetHashAlgorithm(String) Méthode

Définition

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.

S’applique à