Microsoft Internet Security and Acceleration Server 2004 SDK

IFWXSession::GetAuthenticatedUser

The GetAuthenticatedUser method retrieves an IFWXAuthenticatedUser interface that represents the authenticated user for the session.

HRESULT GetAuthenticatedUser(
  IFWXAuthenticatedUser** ppIFWXAuthenticatedUser
);

Parameters

ppIFWXAuthenticatedUser
[out] Address of an interface pointer that on return points to the IFWXAuthenticatedUser interface that represents the authenticated user for the session.

Return Values

This method can return one of the following:

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Wspfwext.idl.

See Also

IFWXSession