4 references to Encrypt
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
147
validKeywords[(int)Keywords.Encrypt] = DbConnectionStringKeywords.
Encrypt
;
189
hash.Add(DbConnectionStringKeywords.
Encrypt
, Keywords.Encrypt);
458
[DisplayName(DbConnectionStringKeywords.
Encrypt
)]
465
SetValue(DbConnectionStringKeywords.
Encrypt
, value);