| ICryptographyContextVerifyAsync Method |
Asynchronously verify the specified content using the detached signatureData.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Task<DigitalSignatureCollection> VerifyAsync(
Stream content,
Stream signatureData,
CancellationToken cancellationToken = default
)
Parameters
- content Stream
- The content.
- signatureData Stream
- The signature data.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskDigitalSignatureCollectionA list of digital signatures.
Exceptions Remarks
Verifies the specified content using the detached signatureData.
See Also