Idioma

OpenIdConnectProtocolValidator.GetHashAlgorithm(String) Método

Definição

Retorna um HashAlgorithm correspondente à cadeia de caracteres 'algoritmo' após a tradução usando HashAlgorithmMap.

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

Parâmetros

algorithm
String

cadeia de caracteres que representa o algoritmo de hash

Retornos

Um HashAlgorithm.

Aplica-se a