3 references to GetCertificateFromStore
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
58
_certificate = SecurityUtils.
GetCertificateFromStore
(storeName, storeLocation, findType, findValue, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
104
_defaultCertificate = SecurityUtils.
GetCertificateFromStore
(storeName, storeLocation, findType, findValue, null);
127
X509Certificate2 certificate = SecurityUtils.
GetCertificateFromStore
(storeName, storeLocation, findType, findValue, null);