Subject | English | Korean |
comp., MS | access token | 액세스 토큰 (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 | 필터링된 액세스 토큰 (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 | 모든 권한 액세스 토큰 (An access token with the maximum privileges authorized for the account. Used by User Account Control (UAC)) |
comp., MS | low integrity access token | 낮은 무결성 액세스 토큰 (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 | 프로세스 액세스 토큰 (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 | 제한된 액세스 수준 (An access token with restricted access to securable objects or performing privileged tasks) |
comp., MS | split access token | 분리된 액세스 토큰 (A combination of full access token and filtered access token linked together by the local security authority (LSA) component of the operating system) |
comp., MS | UAC access token | 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) |