Class WindowsSecurityIdentifiers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security identifiers on a Windows machine.
public class WindowsSecurityIdentifiers : BypassSection
- Inheritance
-
WindowsSecurityIdentifiers
- Inherited Members
Constructors
WindowsSecurityIdentifiers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsSecurityIdentifiers class.
public WindowsSecurityIdentifiers()
Properties
DomainSid
Gets or sets the security identifier (SID) of this computer if it is a domain member in SDDL format - for example "S-1-5-21-1979857744-1812756681-2106207757-18940".
public string DomainSid { get; set; }
Property Value
MachineSid
Gets or sets the machine security identifier (SID) of this computer in SDDL format - for example "S-1-5-21-1907428204-2346636512-1644827176".
public string MachineSid { get; set; }
Property Value
Methods
ToString()
Returns the security identifiers as a human readable string - either the machine SID or "{Not Documented}".
public override string ToString()
Returns
- string
The security identifiers as a human readable string.