Sdílet prostřednictvím


SymmetricSecurityKey.GetKeyedHashAlgorithm(String) Metoda

Definice

Při přepsání v odvozené třídě získá instanci zadaného klíče hash algoritmu.

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

Algoritmus hash s klíčem, který má získat instanci.

Návraty

A KeyedHashAlgorithm , který představuje algoritmus hash s klíčem.

Poznámky

K určení algoritmu použijte pole, která představují klíčové hashovací algoritmy ve SecurityAlgorithms třídě .

Platí pro