Subject | English | German |
comp., MS | access token | Zugriffstoken (A data structure that contains authentication and authorization information for a user. Windows creates the access token when the user logs on and the user's identity is confirmed. The access token contains the user's security ID (SID), the list of groups that the user is a member of, the list of privileges held by that user. Each process or thread started for the user inherits a copy of the access token. In some cases a user may have more than one access token, with different levels of authority) |
comp., MS | filtered access token | Zugriffstoken für gefilterten Zugriff (An access token with the least administrative privileges required for the session. It is a restricted access token where all elevated privileges have been filtered out. A filtered access token is created by default for all interactive users that are not standard users, except the built-in administrator) |
comp., MS | full access token | Zugriffstoken für Vollzugriff (An access token with the maximum privileges authorized for the account. Used by User Account Control (UAC)) |
comp., MS | full privilege access token | Zugriffstoken für volle Rechte (An access token with the maximum privileges authorized for the account. Used by User Account Control (UAC)) |
comp., MS | low integrity access token | Zugriffstoken mit niedriger Integritätsebene (A filtered access token that is created with a low integrity level. This access token is used by Internet Explorer Protected Mode, but can also be used by other applications) |
comp., MS | process access token | Prozesszugriffstoken (A data structure that contains authentication and authorization information for a user. Windows creates the access token when the user logs on and the user's identity is confirmed. The access token contains the user's security ID (SID), the list of groups that the user is a member of, the list of privileges held by that user. Each process or thread started for the user inherits a copy of the access token. In some cases a user may have more than one access token, with different levels of authority) |
comp., MS | restricted access token | Zugriffstoken für eingeschränkten Zugriff (An access token with restricted access to securable objects or performing privileged tasks) |
comp., MS | split access token | geteiltes Zugriffstoken (A combination of full access token and filtered access token linked together by the local security authority (LSA) component of the operating system) |
IT | token ring access method | Token-Ring-Netz |
comp. | token-access protocol | Token-Passing-Protokoll |
IT | token-passing bus access method | Token-bus Netzwerk |
IT | token-passing ring access method | Token-Ring-Netz |
comp., MS | UAC access token | UAC-Zugriffstoken (An access token with the least administrative privileges required for the session. It is a restricted access token where all elevated privileges have been filtered out. A filtered access token is created by default for all interactive users that are not standard users, except the built-in administrator) |