Bouncy |
public override Task<MimeEntity> DecryptAsync( Stream encryptedData, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | encryptedData is null. |
OperationCanceledException | The operation was canceled via the cancellation token. |
CmsException | An error occurred in the cryptographic message syntax subsystem. |