10 references to ExtendedProtectionFlags
System.ServiceModel.Activation (10)
System\ServiceModel\Activation\MetabaseSettings.cs (10)
72ExtendedProtectionFlags flags, 96bool transportSelectedCondition1 = (flags == ExtendedProtectionFlags.None); 97bool transportSelectedCondition2 = (flags == ExtendedProtectionFlags.AllowDotlessSpn); 98bool transportSelectedCondition3 = ((flags & ExtendedProtectionFlags.Proxy) != 0) && ((flags & ExtendedProtectionFlags.ProxyCohosting) != 0); 99bool trustedProxyCondition = (flags & ExtendedProtectionFlags.Proxy) != 0; 122if ((flags & ExtendedProtectionFlags.AllowDotlessSpn) == 0) 491ExtendedProtectionFlags flags = flagsObj == null ? 492ExtendedProtectionFlags.None : (ExtendedProtectionFlags)flagsObj;