![Xcalibur Systems LLC Logo](../icons/logo.png) |
SecurityHelperProcessTokenToSid Method |
Convert a ProcessToken to a SID.
Namespace: Xcalibur.NativeMethods.V2.SecurityAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic static IntPtr ProcessTokenToSid(
IntPtr processTokenHandle
)
Public Shared Function ProcessTokenToSid (
processTokenHandle As IntPtr
) As IntPtr
public:
static IntPtr ProcessTokenToSid(
IntPtr processTokenHandle
)
static member ProcessTokenToSid :
processTokenHandle : IntPtr -> IntPtr
Parameters
- processTokenHandle IntPtr
- The process token handle.
Return Value
IntPtr
See Also