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