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