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