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