4 references to ColumnEncryptionTrustedMasterKeyPaths
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (2)
287
Debug.Assert(SqlConnection.
ColumnEncryptionTrustedMasterKeyPaths
!= null,
298
if (SqlConnection.
ColumnEncryptionTrustedMasterKeyPaths
.TryGetValue(serverName, out trustedKeyPaths)) {
fx\src\data\System\Data\SqlClient\SqlSymmetricKeyCache.cs (2)
62
Debug.Assert(SqlConnection.
ColumnEncryptionTrustedMasterKeyPaths
!= null, @"SqlConnection.ColumnEncryptionTrustedMasterKeyPaths should not be null");
68
if (SqlConnection.
ColumnEncryptionTrustedMasterKeyPaths
.TryGetValue(serverName, out trustedKeyPaths)) {