Click or drag to resize
Xcalibur Systems LLC Logo

ServiceSidTypes Enumeration

Represents the type of service security identifier.

ServiceSidType Enumeration


Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum ServiceSidTypes
Members
Member nameValueDescription
None0 Use this type to reduce application compatibility issues.
Unrestricted1 When the service process is created, the service SID is added to the service process token with the following attributes: | .
Restricted3 This type includes . The service SID is also added to the restricted SID list of the process token.
See Also