3 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);