Cryptography |
public abstract Task<DigitalSignatureCollection> VerifyAsync( Stream content, Stream signatureData, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | content is . -or- signatureData is . |
| OperationCanceledException | The operation was canceled via the cancellation token. |