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