7 references to ExtendedProtectionTokenChecking
System.ServiceModel.Activation (7)
System\ServiceModel\Activation\MetabaseSettings.cs (7)
71ExtendedProtectionTokenChecking tokenChecking, 79if (tokenChecking == ExtendedProtectionTokenChecking.None) 83else if (tokenChecking == ExtendedProtectionTokenChecking.Allow) 87else if (tokenChecking == ExtendedProtectionTokenChecking.Require) 489ExtendedProtectionTokenChecking tokenChecking = (tokenCheckingObj == null) ? 490ExtendedProtectionTokenChecking.None : (ExtendedProtectionTokenChecking)tokenCheckingObj;