4 references to PSID
Microsoft.AspNetCore.Server.HttpSys (4)
Windows.Win32.PSID.g.cs (4)
31
internal PSID(IntPtr value):
this
(unchecked((void*)value))
41
public static explicit operator PSID(void* value) => new
PSID
(value);
57
public static explicit operator PSID(IntPtr value) => new
PSID
((void*)value.ToPointer());
59
public static explicit operator PSID(UIntPtr value) => new
PSID
((void*)value.ToPointer());