3 writes to channelBindingUsed
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
98this.channelBindingUsed = false; 125this.channelBindingUsed = this.policyHelper.ShouldAddChannelBindingToASC(); 129this.channelBindingUsed = this.policyHelper.ChannelBinding != null;
2 references to channelBindingUsed
System.IdentityModel (2)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
132xml.WriteElementString("ChannelBindingUsed", this.channelBindingUsed.ToString()); 134if (this.channelBinding != null && this.policyHelper.PolicyEnforcement != PolicyEnforcement.Never && this.channelBindingUsed == true)