1 write to channelBinding
System.IdentityModel (1)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
99this.channelBinding = channelBinding;
4 references to channelBinding
System.IdentityModel (4)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (4)
134if (this.channelBinding != null && this.policyHelper.PolicyEnforcement != PolicyEnforcement.Never && this.channelBindingUsed == true) 136ExtendedProtectionPolicy extendedProtection = new ExtendedProtectionPolicy(policyHelper.PolicyEnforcement, channelBinding); 143if (this.channelBinding != null) 149ExtendedProtectionPolicy extendedProtection = new ExtendedProtectionPolicy(PolicyEnforcement.WhenSupported, channelBinding);