SeTokenIsRestricted - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

BOOLEAN SeTokenIsRestricted(
  [in] PACCESS_TOKEN Token
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-setokenisrestricted)

SeTokenIsRestricted function

Description

The SeTokenIsRestricted routine determines whether a token contains a list of restricting security identifiers (SID).

Parameters

Token [in]

Pointer to the access token to test.

Return value

SeTokenIsRestricted returns TRUE if the token contains a list of restricting SIDs, FALSE otherwise.

Remarks

For more information about security and access control, see Windows security model for driver developers and the documentation on these topics in the Windows SDK.

See also

PsDereferenceImpersonationToken

PsDereferencePrimaryToken

SeQueryAuthenticationIdToken

SeQueryInformationToken

SeQuerySubjectContextToken

SeTokenIsAdmin

SeTokenIsRestricted