SqlColumnEncryptionAzureKeyVaultProvider.ColumnEncryptionKeyCacheTtl 屬性

定義

取得或設定快取中解密資料行加密金鑰的生命週期。 經過時間範圍之後,解密的資料行加密金鑰會被捨棄,而且必須重新驗證。

public:
 virtual property Nullable<TimeSpan> ColumnEncryptionKeyCacheTtl { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public override TimeSpan? ColumnEncryptionKeyCacheTtl { get; set; }
member this.ColumnEncryptionKeyCacheTtl : Nullable<TimeSpan> with get, set
Public Overrides Property ColumnEncryptionKeyCacheTtl As Nullable(Of TimeSpan)

屬性值

備註

在內部,資料行加密金鑰的快取 (一旦解密) 。 這適用于快速解密多個資料值。 預設值是 2 小時。 ColumnEncryptionKeyCacheTtl將 設定為零會停用快取。

適用於