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