6 references to TokenTypeProperty
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (2)
50
return (TryGetProperty(
TokenTypeProperty
, out result)) ? result : null;
54
_properties[
TokenTypeProperty
] = value;
System.ServiceModel.Primitives.Tests (4)
Security\SecurityTokenRequirementTest.cs (4)
19
tokenrequirement.TokenType = SecurityTokenRequirement.
TokenTypeProperty
;
28
tokenrequirement.TokenType = SecurityTokenRequirement.
TokenTypeProperty
;
37
tokenrequirement.TokenType = SecurityTokenRequirement.
TokenTypeProperty
;
46
tokenrequirement.TokenType = SecurityTokenRequirement.
TokenTypeProperty
;