Click or drag to resize
Xcalibur Systems LLC Logo

SecurityHelperProcessTokenToSid Method

Convert a ProcessToken to a SID.

Namespace: Xcalibur.NativeMethods.V2.Security
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public static IntPtr ProcessTokenToSid(
	IntPtr processTokenHandle
)

Parameters

processTokenHandle  IntPtr
The process token handle.

Return Value

IntPtr
See Also