Click or drag to resize
MimeKit

SecureMimeDigitalSignatureVerify Method

Verifies the digital signature.

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

Return Value

Boolean
if the signature is valid; otherwise, .

Implements

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