1 write to certificateProvider
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
302this.certificateProvider = Factory.CreateAndOpenCertificateTokenProvider(this.RemoteAddress, this.Via, this.ChannelParameters, timeout);
7 references to certificateProvider
System.ServiceModel (7)
System\ServiceModel\Channels\HttpsChannelFactory.cs (7)
308if (this.certificateProvider != null) 310SecurityUtils.CloseTokenProviderIfRequired(this.certificateProvider, timeout); 316if (this.certificateProvider != null) 318SecurityUtils.AbortTokenProviderIfRequired(this.certificateProvider); 368SecurityTokenContainer clientCertificateToken = Factory.GetCertificateSecurityToken(this.certificateProvider, to, via, this.ChannelParameters, ref timeoutHelper); 391return (this.certificateProvider == null && !Factory.ManualAddressing); 422this.certificateProvider = httpsChannel.certificateProvider;