Modifier and Type | Field | Description |
---|---|---|
static int |
SidTypeAlias |
Indicates an alias SID.
|
static int |
SidTypeComputer |
Indicates a SID for a computer.
|
static int |
SidTypeDeletedAccount |
Indicates a SID for a deleted account.
|
static int |
SidTypeDomain |
Indicates a domain SID.
|
static int |
SidTypeGroup |
Indicates a group SID.
|
static int |
SidTypeInvalid |
Indicates an invalid SID.
|
static int |
SidTypeLabel |
?
|
static int |
SidTypeUnknown |
Indicates an unknown SID type.
|
static int |
SidTypeUser |
Indicates a user SID.
|
static int |
SidTypeWellKnownGroup |
Indicates a SID for a well-known group.
|
Constructor | Description |
---|---|
SID_NAME_USE() |
public static final int SidTypeUser
public static final int SidTypeGroup
public static final int SidTypeDomain
public static final int SidTypeAlias
public static final int SidTypeWellKnownGroup
public static final int SidTypeDeletedAccount
public static final int SidTypeInvalid
public static final int SidTypeUnknown
public static final int SidTypeComputer
public static final int SidTypeLabel