IFWXSession::GetAuthenticatedUser method
Applies to: desktop apps only
The GetAuthenticatedUser method retrieves an IFWXAuthenticatedUser interface that represents the authenticated user for the session.
Syntax
HRESULT GetAuthenticatedUser(
[out] 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 value
This method can return one of the following:
- S_OK, indicating that the operation succeeded.
- An error message, indicating that the operation failed. In this case, the [out] parameter returned is a null object.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Wspfwext.idl |
DLL |
Wspsrv.exe |
See also
Build date: 7/12/2010