共用方式為


EncryptionProperties 類別

定義

設定客戶資料在 Batch 帳戶內加密的方式。 根據預設,帳戶會使用 Microsoft 受控金鑰進行加密。 如需其他控制,可以改用客戶管理的金鑰。

public class EncryptionProperties
type EncryptionProperties = class
Public Class EncryptionProperties
繼承
EncryptionProperties

建構函式

EncryptionProperties()

初始化 EncryptionProperties 類別的新實例。

EncryptionProperties(Nullable<KeySource>, KeyVaultProperties)

初始化 EncryptionProperties 類別的新實例。

屬性

KeySource

取得或設定索引鍵來源的類型。 可能的值包括:'Microsoft.Batch'、'Microsoft.KeyVault'

KeyVaultProperties

使用 Microsoft.KeyVault 時取得或設定其他詳細資料

適用於