| Modifier and Type | Method and Description |
|---|---|
EncryptionServices |
Encryption.services()
Get list of services which support encryption.
|
EncryptionServices |
EncryptionServices.withBlob(EncryptionService blob)
Set the encryption function of the blob storage service.
|
EncryptionServices |
EncryptionServices.withFile(EncryptionService file)
Set the encryption function of the file storage service.
|
EncryptionServices |
EncryptionServices.withQueue(EncryptionService queue)
Set the encryption function of the queue storage service.
|
EncryptionServices |
EncryptionServices.withTable(EncryptionService table)
Set the encryption function of the table storage service.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.withServices(EncryptionServices services)
Set list of services which support encryption.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/