Cryptography |
public abstract MimeEntity Decrypt( Stream encryptedData, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentNullException | encryptedData is . |
| OperationCanceledException | The operation was cancelled via the cancellation token. |