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