TOKEN_SECURITY_ATTRIBUTE_TYPE_STRING - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTSEAPI_H
//
// Authz
//
// begin_rev

// Case insensitive attribute value string by default.
// Unless the flag TOKEN_SECURITY_ATTRIBUTE_VALUE_CASE_SENSITIVE
// is set indicating otherwise.
#define TOKEN_SECURITY_ATTRIBUTE_TYPE_STRING 0x03

// end_rev
#endif

View code on GitHub

No description available.