Lenguaje

OpenIdConnectProtocolValidator.GetHashAlgorithm(String) Método

Definición

Devuelve un HashAlgorithm objeto correspondiente a la cadena "algoritmo" después de la traducción mediante 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

cadena que representa el algoritmo hash

Devoluciones

Un objeto HashAlgorithm.

Se aplica a