Enum SidUsageType
Contains values that specify the type of a security identifier (SID).
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum SidUsageType
Fields
| Name | Description |
|---|---|
| SidTypeAlias | An alias SID. |
| SidTypeComputer | A SID for a computer. |
| SidTypeDeletedAccount | A SID for a deleted account. |
| SidTypeDomain | A domain SID. |
| SidTypeGroup | A group SID. |
| SidTypeInvalid | A SID that is not valid. |
| SidTypeLabel | A mandatory integrity label SID. |
| SidTypeUnknown | A SID of unknown type. |
| SidTypeUser | A user SID. |
| SidTypeWellKnownGroup | A SID for a well-known group. |