4 references to GetValidCertificateLocations
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (4)
376throw SQL.NullCertificatePath(GetValidCertificateLocations(), isSystemOp); 380throw SQL.InvalidCertificatePath(masterKeyPath, GetValidCertificateLocations(), isSystemOp); 405throw SQL.InvalidCertificatePath(keyPath, GetValidCertificateLocations(), isSystemOp); 422throw SQL.InvalidCertificateLocation(certParts[0], keyPath, GetValidCertificateLocations(), isSystemOp);