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