1.

What Is An Access Token?

Answer»

Each process has an associated access TOKEN which is used by the system to verify whether the process should be granted access to a particular OBJECT or not. The access token CONSISTS of a user SID, a list of GROUP SIDs representing the groups the user belongs to, and a list of user rights (privileges) the user is blessed with.

Each process has an associated access token which is used by the system to verify whether the process should be granted access to a particular object or not. The access token consists of a user SID, a list of group SIDs representing the groups the user belongs to, and a list of user rights (privileges) the user is blessed with.



Discussion

No Comment Found