Udostępnij za pośrednictwem


RsaSecurityKey.GetHashAlgorithmForSignature(String) Metoda

Definicja

Pobiera algorytm kryptograficzny, który generuje skrót podpisu cyfrowego.

public:
 override System::Security::Cryptography::HashAlgorithm ^ GetHashAlgorithmForSignature(System::String ^ algorithm);
public override System.Security.Cryptography.HashAlgorithm GetHashAlgorithmForSignature (string algorithm);
override this.GetHashAlgorithmForSignature : string -> System.Security.Cryptography.HashAlgorithm
Public Overrides Function GetHashAlgorithmForSignature (algorithm As String) As HashAlgorithm

Parametry

algorithm
String

Algorytm skrótu. Obsługiwany algorytm to RsaSha1Signature.

Zwraca

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

Wyjątki

algorithm nie jest obsługiwane. Obsługiwany algorytm to RsaSha1Signature.

Dotyczy