| SecureMimeDigitalSignatureVerify(Boolean) Method |
Verifies the digital signature.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax 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
Booleantrue if the signature is valid; otherwise,
false.
Implements
IDigitalSignatureVerify(Boolean)Exceptions Remarks
Verifies the digital signature.
See Also