4 references to GetCertificateByPath
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (4)
98
X509Certificate2 certificate =
GetCertificateByPath
(masterKeyPath, isSystemOp: true);
198
X509Certificate2 certificate =
GetCertificateByPath
(masterKeyPath, isSystemOp: false);
279
X509Certificate2 certificate =
GetCertificateByPath
(masterKeyPath, isSystemOp: false);
299
X509Certificate2 certificate =
GetCertificateByPath
(masterKeyPath, isSystemOp: true);