Default |
public override void Import( X509Certificate2 certificate, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | certificate is null. |
OperationCanceledException | The operation was cancelled via the cancellation token. |