The SID property gets the security identifier (SID) for a Windows user.
HRESULT get_SID( [out] DWORD** ppSID );
Address of a pointer that on return points to the SID.
This property method should return S_OK if the call is successful; otherwise, it should return an error code.
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.
Server | Requires Windows Server 2008. |
---|---|
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Wspfwext.idl. |
DLL |
Requires Wspsrv.exe. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.