2 writes to certificateProvider
System.ServiceModel (2)
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
422
this.
certificateProvider
= httpsChannel.certificateProvider;
425
this.
certificateProvider
=
5 references to certificateProvider
System.ServiceModel (5)
System\ServiceModel\Channels\HttpsChannelFactory.cs (5)
458
if (this.
certificateProvider
!= null)
465
IAsyncResult result = this.
certificateProvider
.BeginGetToken(
535
SecurityToken token = this.
certificateProvider
.EndGetToken(result);
545
if (this.factory.ManualAddressing && this.
certificateProvider
!= null)
547
SecurityUtils.AbortTokenProviderIfRequired(this.
certificateProvider
);