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