2 references to _myCertificateStore
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (2)
429
if (string.Equals(certParts[certParts.Length - 2],
_myCertificateStore
, StringComparison.OrdinalIgnoreCase) == true)
436
throw SQL.InvalidCertificateStore(certParts[certParts.Length - 2], keyPath,
_myCertificateStore
, isSystemOp);