public class KeyRestoreParameters extends Object
| Constructor and Description |
|---|
KeyRestoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
keyBundleBackup()
Get the keyBundleBackup value.
|
KeyRestoreParameters |
withKeyBundleBackup(byte[] keyBundleBackup)
Set the keyBundleBackup value.
|
public byte[] keyBundleBackup()
public KeyRestoreParameters withKeyBundleBackup(byte[] keyBundleBackup)
keyBundleBackup - the keyBundleBackup value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/