| Modifier and Type | Method and Description |
|---|---|
Key |
Keys.getByNameAndVersion(String name,
String version)
Gets a Key Vault key.
|
Key |
Keys.restore(byte[] backup)
Restores a backup key into a Key Vault key.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Key> |
Keys.getByNameAndVersionAsync(String name,
String version)
Gets a Key Vault key.
|
com.microsoft.azure.PagedList<Key> |
Key.listVersions() |
rx.Observable<Key> |
Key.listVersionsAsync() |
rx.Observable<Key> |
Keys.restoreAsync(byte[] backup)
Restores a backup key into a Key Vault key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/