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