SqlConnection::ColumnEncryptionKeyCacheTtl Property
Gets or sets the time-to-live for column encryption key entries in the column encryption key cache for the Always Encrypted feature. The default value is 2 hours. 0 means no caching at all.
Assembly: System.Data (in System.Data.dll)
public: property TimeSpan ColumnEncryptionKeyCacheTtl { static TimeSpan get(); static void set(TimeSpan value); }
.NET Framework
Available since 4.6.2
Available since 4.6.2
Show: