Partager via


TokenType Enumeration

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the type of a token in an expression.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security (in Microsoft.Practices.EnterpriseLibrary.Security.dll)

Syntax

'Declaration
PublicEnumerationTokenType
publicenumTokenType
publicenum classTokenType
publicenum TokenType

Members

Member name Value Description
InvalidCharacter -1 Invalid character
NoToken 0 No token found
Or 1 Or token
And 2 And token
Identity 3 Identity token
Role 4 Role token
Not 5 Not token
Word 6 Word token
Any 7 Any token
Anonymous 8 Anonymous token
LeftParenthesis 9 Left Paren token
RightParenthesis 10 Right paren token
QuotedString 11 Quoted string token
EndOfFile 12 EOF token

See Also

Microsoft.Practices.EnterpriseLibrary.Security Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.