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