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