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