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