| Modifier and Type | Field and Description |
|---|---|
static ServerKeyType |
ServerKeyType.AZURE_KEY_VAULT
Static value AzureKeyVault for ServerKeyType.
|
static ServerKeyType |
ServerKeyType.SERVICE_MANAGED
Static value ServiceManaged for ServerKeyType.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerKeyType |
ServerKeyType.fromString(String name)
Creates or finds a ServerKeyType from its string representation.
|
ServerKeyType |
SqlServerKey.serverKeyType() |
ServerKeyType |
SqlEncryptionProtector.serverKeyType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ServerKeyType> |
ServerKeyType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/