| IMultipartSignedVerify(CryptographyContext, CancellationToken) Method |
Verify the multipart/signed part.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax DigitalSignatureCollection Verify(
CryptographyContext ctx,
CancellationToken cancellationToken = default
)
Parameters
- ctx CryptographyContext
- The cryptography context to use for verifying the signature.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
DigitalSignatureCollectionA signer info collection.
Exceptions Remarks
Verifies the multipart/signed part using the supplied cryptography context.
See Also