Open |
public override Task ImportAsync( Stream stream, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. |
IOException | An error occurred while parsing the raw key-ring data -or- An error occured while saving the public key-ring bundle. |
OperationCanceledException | The operation was canceled via the cancellation token. |