ISecure |
Task<ApplicationPkcs7Mime> EncapsulatedSignAsync( CmsSigner signer, Stream content, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | signer is null. -or- content is null. |
OperationCanceledException | The operation was canceled via the cancellation token. |