Subject | English | Spanish |
comp., MS | access token | token de acceso (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 | token de acceso filtrado (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 | token de acceso completo (An access token with the maximum privileges authorized for the account. Used by User Account Control (UAC)) |
comp., MS | full privilege access token | token de acceso con privilegios completos (An access token with the maximum privileges authorized for the account. Used by User Account Control (UAC)) |
comp., MS | low integrity access token | token de acceso de baja integridad (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 | token de acceso del proceso (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 | token de acceso restringido (An access token with restricted access to securable objects or performing privileged tasks) |
comp., MS | split access token | token de acceso combinado (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 | método de acceso a anillo con paso de testigo |
IT | token-passing bus access method | red en bus con paso de testigo |
IT | token-passing bus access method | método de acceso al bus por paso de testigo |
IT | token-passing ring access method | método de acceso a anillo con paso de testigo |
comp., MS | UAC access token | token de acceso UAC (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) |