3 references to SetCertificate
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (1)
142channelCredentials.ClientCertificate.SetCertificate(location, name, type, findValue);
System\ServiceModel\Configuration\X509InitiatorCertificateClientElement.cs (1)
89cert.SetCertificate(this.StoreLocation, this.StoreName, this.X509FindType, this.FindValue);
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (1)
49SetCertificate(storeLocation, storeName, DefaultFindType, subjectName);