![]() | Bouncy |
public override Task<DigitalSignatureCollection> VerifyAsync( Stream content, Stream signatureData, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | content is . -or- signatureData is . |
CmsException | An error occurred in the cryptographic message syntax subsystem. |
OperationCanceledException | The operation was canceled via the cancellation token. |