3 references to ChannelBinding
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
129this.channelBindingUsed = this.policyHelper.ChannelBinding != null;
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
187if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.TrustedProxy) 210list.Add(new SecurityBuffer(policyHelper.ChannelBinding));