4 references to CustomChannelBinding
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
87if (value.CustomChannelBinding != null)
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
606if (policy.CustomChannelBinding == null && policy.CustomServiceNames == null) 618ValidateCreateContext(package, isServer: true, credential, servicePrincipalName, _extendedProtectionPolicy.CustomChannelBinding, protectionLevel, impersonationLevel);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
297if (SecurityProtocolFactory != null && SecurityProtocolFactory.ExtendedProtectionPolicy != null && SecurityProtocolFactory.ExtendedProtectionPolicy.CustomChannelBinding != null)