DSACryptoServiceProvider.VerifySignature(Byte[], Byte[]) Methode

Definition

Überprüft die DSA Signatur für die angegebenen Daten.

public:
 override bool VerifySignature(cli::array <System::Byte> ^ rgbHash, cli::array <System::Byte> ^ rgbSignature);
public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature);
override this.VerifySignature : byte[] * byte[] -> bool
Public Overrides Function VerifySignature (rgbHash As Byte(), rgbSignature As Byte()) As Boolean

Parameter

rgbHash
Byte[]

Die mit rgbSignature.

rgbSignature
Byte[]

Die Signatur, für rgbHashdie überprüft werden soll.

Gibt zurück

true if rgbSignature matches the signature computed using the specified hash algorithm and key on rgbHash; otherwise, false.

Gilt für:

Weitere Informationen