Udostępnij za pośrednictwem


AsymmetricSecurityKey.GetHashAlgorithmForSignature(String) Metoda

Definicja

Po zastąpieniu w klasie pochodnej pobiera algorytm kryptograficzny, który generuje skrót dla podpisu cyfrowego.

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

Algorytm skrótu.

Zwraca

Element HashAlgorithm , który generuje skróty dla podpisów cyfrowych.

Uwagi

Użyj pól statycznych SecurityAlgorithms klasy, aby określić algorytm.

Dotyczy