| Modifier and Type | Field and Description |
|---|---|
static EncryptionScopeSource |
EncryptionScopeSource.MICROSOFT_KEY_VAULT
Static value Microsoft.KeyVault for EncryptionScopeSource.
|
static EncryptionScopeSource |
EncryptionScopeSource.MICROSOFT_STORAGE
Static value Microsoft.Storage for EncryptionScopeSource.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionScopeSource |
EncryptionScopeSource.fromString(String name)
Creates or finds a EncryptionScopeSource from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<EncryptionScopeSource> |
EncryptionScopeSource.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/