3 references to GetCertificateFromStore
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
72_certificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
91_defaultCertificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null); 114X509Certificate2 certificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);