Udostępnij za pośrednictwem


SymmetricSecurityKey.GetKeyedHashAlgorithm(String) Metoda

Definicja

Po zastąpieniu w klasie pochodnej pobiera wystąpienie określonego algorytmu skrótu klucza.

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

Parametry

algorithm
String

Klucz algorytmu skrótu w celu uzyskania wystąpienia.

Zwraca

Element KeyedHashAlgorithm reprezentujący algorytm skrótu klucza.

Uwagi

Użyj pól reprezentujących kluczowe algorytmy skrótów w klasie, SecurityAlgorithms aby określić algorytm.

Dotyczy