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