SqlConnection.ColumnEncryptionKeyCacheTtl Propriedade

Definição

Obtém ou define o tempo de vida para entradas de chave de encriptação de colunas na cache de chave de encriptação de colunas para a funcionalidade Always Crypted . O valor padrão é 2 horas. 0 significa que não há cache nenhum.

public:
 static property TimeSpan ColumnEncryptionKeyCacheTtl { TimeSpan get(); void set(TimeSpan value); };
public static TimeSpan ColumnEncryptionKeyCacheTtl { get; set; }
static member ColumnEncryptionKeyCacheTtl : TimeSpan with get, set
Public Shared Property ColumnEncryptionKeyCacheTtl As TimeSpan

Valor de Propriedade

O intervalo de tempo.

Aplica-se a