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