2 references to _certLocationLocalMachine
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (2)
364
return new string[2] {
_certLocationLocalMachine
, _certLocationCurrentUser};
411
if (string.Equals(certParts[0],
_certLocationLocalMachine
, StringComparison.OrdinalIgnoreCase) == true)