Click or drag to resize
Xcalibur Systems LLC Logo

ServiceSidInfo Class

Represents a service security identifier (SID).

SERVICE_SID_INFO structure

Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.ServicesServiceSidInfo

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class ServiceSidInfo

The ServiceSidInfo type exposes the following members.

Constructors
 NameDescription
Public methodServiceSidInfoInitializes a new instance of the ServiceSidInfo class
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldServiceSidType The service SID type.
Top
See Also