1 write to policyHelper
System.IdentityModel (1)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
96this.policyHelper = policyHelper;
10 references to policyHelper
System.IdentityModel (10)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (10)
106if (this.policyHelper != null) 108xml.WriteElementString("PolicyEnforcement", this.policyHelper.PolicyEnforcement.ToString()); 109xml.WriteElementString("ProtectionScenario", this.policyHelper.ProtectionScenario.ToString()); 113if (this.policyHelper.ServiceNameCollection != null && this.policyHelper.ServiceNameCollection.Count > 0) 115foreach (string serviceName in this.policyHelper.ServiceNameCollection) 125this.channelBindingUsed = this.policyHelper.ShouldAddChannelBindingToASC(); 129this.channelBindingUsed = this.policyHelper.ChannelBinding != null; 134if (this.channelBinding != null && this.policyHelper.PolicyEnforcement != PolicyEnforcement.Never && this.channelBindingUsed == true) 136ExtendedProtectionPolicy extendedProtection = new ExtendedProtectionPolicy(policyHelper.PolicyEnforcement, channelBinding);