SqlColumnEncryptionAzureKeyVaultProvider.ColumnEncryptionKeyCacheTtl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定快取中解密資料行加密金鑰的生命週期。 經過時間範圍之後,解密的資料行加密金鑰會被捨棄,而且必須重新驗證。
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將 設定為零會停用快取。