TokenInfo
Windows access token information.
Fields
groups @ std.Seq[TokenGroup]Immutable array-like view of the token's
TokenGroups.is_elevated @ BoolWhether the token is elevated.
logon_sid @ (Sid | nil)The group SID marked as the token's logon SID, or
nilif there is none.owner_sid @ SidDefault owner SID for objects created by the token.
primary_group_sid @ SidPrimary group SID for objects created by the token.
user_sid @ SidSID of the token's user.