Compartilhar via


SymmetricSecurityKey.GetKeyedHashAlgorithm(String) Método

Definição

Quando substituído em uma classe derivada, obtém uma instância do algoritmo de hash com chave especificado.

public:
 abstract System::Security::Cryptography::KeyedHashAlgorithm ^ GetKeyedHashAlgorithm(System::String ^ algorithm);
public abstract System.Security.Cryptography.KeyedHashAlgorithm GetKeyedHashAlgorithm (string algorithm);
abstract member GetKeyedHashAlgorithm : string -> System.Security.Cryptography.KeyedHashAlgorithm
Public MustOverride Function GetKeyedHashAlgorithm (algorithm As String) As KeyedHashAlgorithm

Parâmetros

algorithm
String

O algoritmo de hash com chave cuja instância será obtida.

Retornos

Um KeyedHashAlgorithm que representa o algoritmo de hash com chave.

Comentários

Use os campos que representam algoritmos de hash chave na SecurityAlgorithms classe para especificar o algoritmo.

Aplica-se a