Multipart |
public Task<DigitalSignatureCollection> VerifyAsync( CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| FormatException | The protocol parameter was not specified. -or- The multipart is malformed in some way. |
| NotSupportedException | A cryptography context suitable for verifying the signature could not be found. |
| 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. |