1 write to _channelBinding
System.IdentityModel (1)
System\IdentityModel\SecurityUtils.cs (1)
849_channelBinding = channelBinding;
2 references to _channelBinding
System.IdentityModel (2)
System\IdentityModel\SecurityUtils.cs (2)
868return (_channelBinding != null && _policyEnforcement != PolicyEnforcement.Never && _protectionScenario != ProtectionScenario.TrustedProxy); 873get { return _channelBinding; }