TokenType Enumeration
Contains values that differentiate between a primary token and an impersonation token.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration TokenType
Dim instance As TokenType
public enum class TokenType
No code example is currently available or this language may not be supported.
TokenPrimary |
1 |
Indicates a primary token.
|
TokenImpersonation |
2 |
Indicates an impersonation token.
|