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