Click or drag to resize
MimeKit

IDigitalSignatureVerify Method

Verifies the digital signature.

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

Return Value

Boolean
true if the signature is valid; otherwise, false.
Exceptions
ExceptionCondition
DigitalSignatureVerifyException An error verifying the signature has occurred.
Remarks
Verifies the digital signature.
See Also