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