Click or drag to resize
MimeKit

SecureMimeDigitalSignatureVerify Method

Verifies the digital signature.

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

Return Value

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

Implements

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