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