Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is used by a parent ISAPI extension to supply a user token or user name to the child ISAPI extension.
typedef struct _HSE_EXEC_URL_USER_INFO HSE_EXEC_URL_USER_INFO {
HANDLE hImpersonationToken;
LPSTR pszCustomUserName;
LPSTR pszCustomAuthType;
} HSE_EXEC_URL_USER_INFO, * LPHSE_EXEC_URL_USER_INFO;
Members
hImpersonationToken
Token used by the child ISAPI extension to gain access to resources.pszCustomUserName
Remote user set by HSE_EXEC_USER_INFO.pszCustomAuthType
Authorization set by HSE_EXEC_USER_INFO.
Requirements
Server: Requires or Windows Server 2003.
Product: IIS
Header: Declared in httpext.h.