IDsaVerifySignature Method

Verify the message message against the signature values r and s.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool VerifySignature(
	byte[] message,
	BigInteger r,
	BigInteger s
)

Parameters

message  Byte
the message that was supposed to have been signed.
r  BigInteger
the r signature value.
s  BigInteger
the s signature value.

Return Value

Boolean

See Also