7 references to RequireClientCertificate
System.ServiceModel (7)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
319
if (httpsChannelFactory != null && httpsChannelFactory.
RequireClientCertificate
)
System\ServiceModel\Channels\HttpsChannelFactory.cs (6)
152
if (this.
RequireClientCertificate
)
187
if (!this.
RequireClientCertificate
)
212
if (ManualAddressing && this.
RequireClientCertificate
)
226
if (ManualAddressing && this.
RequireClientCertificate
)
300
if (!ManualAddressing && this.Factory.
RequireClientCertificate
)
423
if (this.factory.ManualAddressing && this.factory.
RequireClientCertificate
)