Sdílet prostřednictvím


AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) Metoda

Definice

Při přepsání v odvozené třídě získá kryptografický algoritmus, který generuje hodnotu hash pro digitální podpis.

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

Parametry

algorithm
String

Hashovací algoritmus.

Návraty

A HashAlgorithm , který generuje hodnoty hash pro digitální podpisy.

Poznámky

Použijte statická pole SecurityAlgorithms třídy k určení algoritmu.

Platí pro