Cryptography |
public virtual Task<bool> CanSignAsync( MailboxAddress signer, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | signer is null. |
OperationCanceledException | The operation was canceled via the cancellation token. |