5 references to PolicyEnforcement
System.IdentityModel (5)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
108
xml.WriteElementString("PolicyEnforcement", this.policyHelper.
PolicyEnforcement
.ToString());
134
if (this.channelBinding != null && this.policyHelper.
PolicyEnforcement
!= PolicyEnforcement.Never && this.channelBindingUsed == true)
136
ExtendedProtectionPolicy extendedProtection = new ExtendedProtectionPolicy(policyHelper.
PolicyEnforcement
, channelBinding);
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
187
if (policyHelper.
PolicyEnforcement
== PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.TrustedProxy)
192
if (policyHelper.
PolicyEnforcement
== PolicyEnforcement.WhenSupported)