|
Xcalibur.NativeMethods.V2.Security Namespace |
A collection of native models that correspond with their C++ counterparts for usage in .Net.
Classes | Class | Description |
---|
| Privileges |
Privileges determine the type of system operations that a user account can perform. An
administrator assigns privileges to user and group accounts. Each user's privileges include
those granted to the user and to the groups to which the user belongs.
Privilege Constants |
| SecurityHelper |
Win32 API Helper: Security.
|
Structures | Structure | Description |
---|
| IoCounters |
Contains I/O accounting information for a process or a job object. For a job object, the
counters include all operations performed by all processes that have ever been associated with
the job, in addition to all processes currently associated with the job.
IO_COUNTERS structure |
| Luid |
An LUID is a 64-bit value guaranteed to be unique only on the system on which it was generated.
The uniqueness of a locally unique identifier (LUID) is guaranteed only until the system is
restarted. Applications must use functions and structures to manipulate LUID values.
LUID structure |
| LuidAndAttributes |
The LUID_AND_ATTRIBUTES structure represents a locally unique identifier
() and its attributes.
LUID_AND_ATTRIBUTES structure |
| SecurityAttributes |
The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies
whether the handle retrieved by specifying this structure is inheritable.
SECURITY_ATTRIBUTES structure |
| SidAndAttributes |
The SID_AND_ATTRIBUTES structure represents a security identifier (SID) and its attributes.
SIDs are used to uniquely identify users or groups.
SID_AND_ATTRIBUTES enumeration |
| TokenGroups |
The TOKEN_GROUPS structure contains information about the group security identifiers (SIDs) in
an access token.
TOKEN_GROUPS structure |
| TokenPrivileges |
The TOKEN_PRIVILEGES structure contains information about a set of privileges for an access
token.
TOKEN_PRIVILEGES structure |
| TokenUser |
The TOKEN_USER structure identifies the user associated with an access token.
TOKEN_USER structure |
Enumerations