public class EncryptionProperties extends Object
| Constructor and Description |
|---|
EncryptionProperties() |
| Modifier and Type | Method and Description |
|---|---|
KeySource |
keySource()
Get type of the key source.
|
KeyVaultProperties |
keyVaultProperties()
Get additional details when using Microsoft.KeyVault.
|
EncryptionProperties |
withKeySource(KeySource keySource)
Set type of the key source.
|
EncryptionProperties |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set additional details when using Microsoft.KeyVault.
|
public KeySource keySource()
public EncryptionProperties withKeySource(KeySource keySource)
keySource - the keySource value to setpublic KeyVaultProperties keyVaultProperties()
public EncryptionProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
keyVaultProperties - the keyVaultProperties 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.
*/