Пользовательские функции

Описание пользовательских функций раздела "Security Managementp"

Ниже предоставлен полный список пользовательских функций раздела "Security Managementp", доступных в AutoIt.  Кликните по имени функции для получения детального описания

Для использования этих функций необходимо добавить строку #include <Security.au3>.

 

Функция Описание
_Security__AdjustTokenPrivileges Enables or disables privileges in the specified access token
_Security__GetAccountSid Retrieves the security identifier (SID) for an account
_Security__GetLengthSid Returns the length, in bytes, of a valid SID
_Security__GetTokenInformation Retrieves a specified type of information about an access token
_Security__ImpersonateSelf Obtains an access token that impersonates the calling process security context
_Security__IsValidSid Validates a SID
_Security__LookupAccountName Retrieves a security identifier (SID) for the account and the name of the domain
_Security__LookupAccountSid Retrieves the name of the account for a SID
_Security__LookupPrivilegeValue Retrieves the locally unique identifier (LUID) for a privilege value in form of 64bit integer
_Security__OpenProcessToken Returns the access token associated with a process
_Security__OpenThreadToken Opens the access token associated with a thread
_Security__OpenThreadTokenEx Opens the access token associated with a thread, impersonating the client's security context if required
_Security__SetPrivilege Enables or disables a local token privilege
_Security__SidToStringSid Converts a binary SID to a string
_Security__SidTypeStr Converts a Sid type to string form
_Security__StringSidToSid Converts a String SID to a binary SID