Cryptography |
public abstract void Import( Stream stream, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. |
NotSupportedException | Importing keys is not supported by this cryptography context. |
OperationCanceledException | The operation was cancelled via the cancellation token. |