Sdílet prostřednictvím


RsaSecurityKey.GetHashAlgorithmForSignature(String) Metoda

Definice

Získá kryptografický algoritmus, který generuje hodnotu hash pro digitální podpis.

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

Hashovací algoritmus. Podporovaný algoritmus je RsaSha1Signature.

Návraty

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

Výjimky

algorithm se nepodporuje. Podporovaný algoritmus je RsaSha1Signature.

Platí pro