Secure |
public abstract 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. |
OperationCanceledException | The operation was cancelled via the cancellation token. |