Multipart |
public DigitalSignatureCollection Verify( CryptographyContext ctx, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | ctx is null. |
FormatException | The multipart is malformed in some way. |
NotSupportedException | ctx does not support verifying the signature part. |
ObjectDisposedException | The MultipartSigned has been disposed. |
OperationCanceledException | The operation was cancelled via the cancellation token. |
CmsException | An error occurred in the cryptographic message syntax subsystem. |