April 2024
Intermediate to advanced
608 pages
17h 13m
English

The security access token, or token for short, is at the heart of Windows security. The SRM uses tokens to represent identities, such as user accounts, and then grants or denies them access to resources. Windows represents tokens with Token kernel objects, which contain, at a minimum, the specific identity they represent, any security groups the identity belongs to, and the special privileges the identity has been granted.
Like other kernel objects, tokens support Query and Set information system calls, which allow the user to inspect the properties of a token and set certain properties. Though less commonly used, ...