Secure |
public abstract Stream Verify( Stream signedData, out DigitalSignatureCollection signatures, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | signedData is . |
| CmsException | An error occurred in the cryptographic message syntax subsystem. |
| OperationCanceledException | The operation was cancelled via the cancellation token. |