3 references to ProtectionScenario
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
109xml.WriteElementString("ProtectionScenario", this.policyHelper.ProtectionScenario.ToString());
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
187if (policyHelper.PolicyEnforcement == PolicyEnforcement.Always && policyHelper.ChannelBinding == null && policyHelper.ProtectionScenario != ProtectionScenario.TrustedProxy) 197if (policyHelper.ProtectionScenario == ProtectionScenario.TrustedProxy)