Share via


CSid Members

Methods

AccountName

Returns the name of the account associated with the CSid object.

CSid

The constructor.

~CSid

The destructor.

Domain

Returns the name of the ___domain associated with the CSid object.

EqualPrefix

Tests SID (security identifier) prefixes for equality.

GetLength

Returns the length of the CSid object.

GetPSID

Returns a pointer to a SID structure.

GetPSID_IDENTIFIER_AUTHORITY

Returns a pointer to the SID_IDENTIFIER_AUTHORITY structure.

GetSubAuthority

Returns a specified subauthority in a SID structure.

GetSubAuthorityCount

Returns the subauthority count.

IsValid

Tests the CSid object for validity.

LoadAccount

Updates the CSid object given the account name and ___domain, or an existing SID structure.

Sid

Returns the ID string.

SidNameUse

Returns a description of the state of the CSid object.

Operators

operator =

Assignment operator.

operator const SID *

Casts a CSid object to a pointer to a SID structure.

Global Operators

operator ==

Tests two security descriptor objects for equality

operator !=

Tests two security descriptor objects for inequality

operator <

Compares relative value of two security descriptor objects.

operator >

Compares relative value of two security descriptor objects.

operator <=

Compares relative value of two security descriptor objects.

operator >=

Compares relative value of two security descriptor objects.

Typedefs

CSidArray

An array of CSid objects.

See Also

Reference

CSid Class