IMessageSignerVerifySignature Method

Verify a purported signature for a message.

Definition

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

Parameters

message  Byte
the message supposedly signed.
signature  Byte
the purported signature to verify.

Return Value

Boolean
true if and only if the signature verified against the message.

See Also