Property uacInfo.UnsafeTokenHandle
Overload
The access token handle.
public nint UnsafeTokenHandle { get; }
Property Value
Remarks
The handle is managed by this variable and will be closed when disposing or GC-collecting it. Use System.GC.KeepAlive where need.