C# Class GSF.Interop.WindowsApi.TOKEN_PRIVILEGES

Show file Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Properties

Property Type Description
PrivilegeCount int
Privileges LUID_AND_ATTRIBUTES

Property Details

PrivilegeCount public property

This must be set to the number of entries in the Privileges array.
public int PrivilegeCount
return int

Privileges public property

Specifies an array of LUID_AND_ATTRIBUTES structures. Each structure contains the LUID and attributes of a privilege.
public LUID_AND_ATTRIBUTES Privileges
return LUID_AND_ATTRIBUTES