Click or drag to resize
MimeKit

SecureMimeDigitalSignatureVerify(Boolean) Method

Verifies the digital signature.

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

Parameters

verifySignatureOnly  Boolean
true if only the signature itself should be verified; otherwise, both the signature and the certificate chain are validated.

Return Value

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

Implements

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