2 references to TokenType
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
708
writer.WriteAttributeString(WSSE11.Attributes.
TokenType
, WSSE11.Namespace, SecurityTokenTypes.OasisWssSaml2TokenProfile11);
859
string tokenType = reader.GetAttribute(WSSE11.Attributes.
TokenType
, WSSE11.Namespace);