Microsoft Internet Security and Acceleration Server 2004 SDK

SID Property of IFWXAuthenticatedWindowsUser

The SID property gets the security identifier (SID) for a Windows user.

HRESULT get_SID(
  DWORD** ppSID
);

Parameters

ppSID
[out] Address of a pointer that on return points to the SID.

Return Values

This property method should return S_OK if the call is successful; otherwise, it should return an error code.

Remarks

Your implementation of IFWXAuthenticatedWindowsUser may return E_NOTIMPL for either the SID or Token property, but not both. It is not a requirement to support both properties, but one of the properties must have a meaningful implementation.

Requirements

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

See Also

IFWXAuthenticatedWindowsUser