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