Bouncy |
public override DigitalSignatureCollection Verify( Stream signedData, out MimeEntity entity, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | signedData is null. |
FormatException | The extracted content could not be parsed as a MIME entity. |
CmsException | An error occurred in the cryptographic message syntax subsystem. |
OperationCanceledException | The operation was canceled via the cancellation token. |