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.
When processing Unicode data, this structure is used by a parent ISAPI extension to supply a user token to the child ISAPI extension.
typedef struct _HSE_EXEC_UNICODE_URL_USER_INFO HSE_EXEC_UNICODE_URL_USER_INFO {
HANDLE hImpersonationToken;
LPWSTR pszCustomUserName;
LPSTR pszCustomAuthType;
} HSE_EXEC_UNICODE_URL_USER_INFO, * LPHSE_EXEC_UNICODE_URL_USER_INFO;
Members
hImpersonationToken
User token a child ISAPI extension uses to gain access to resources.pszCustomUserName
Remote user name set by the parent ISAPI extension.pszCustomAuthType
Authorization set by the parent ISAPI extension.
Requirements
Server: Requires or Windows Server 2003.
Product: IIS
Header: Declared in httpext.h.