Click or drag to resize
MimeKit

OpenPgpDigitalSignature.Verify(Boolean) Method

Verifies the digital signature.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public bool Verify(
	bool verifySignatureOnly
)

Parameters

verifySignatureOnly  Boolean
This option is ignored for OpenPGP digital signatures.

Return Value

Boolean
true if the signature is valid; otherwise, false.

Implements

IDigitalSignature.Verify(Boolean)
Exceptions
ExceptionCondition
DigitalSignatureVerifyException An error verifying the signature has occurred.
Remarks
Verifies the digital signature.
See Also