.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.WellKnownSids Class Reference

The well known NT security identifiers. More...

Public Attributes

const string Interactive = "S-1-5-4"
 Interactive users. More...
 
const string AuthenticatedUser = "S-1-5-11"
 Authenticated users. More...
 
const string AnonymousLogon = "S-1-5-7"
 Anonymous Logons More...
 
const string LocalSystem = "S-1-5-18"
 The local system account. More...
 
const string LocalService = "S-1-5-19"
 The local service account. More...
 
const string NetworkService = "S-1-5-20"
 The network service account. More...
 
const string Administrators = "S-1-5-32-544"
 The administrators group. More...
 
const string Users = "S-1-5-32-545"
 The users group. More...
 
const string Guests = "S-1-5-32-546"
 The guests group. More...
 

Detailed Description

The well known NT security identifiers.

Member Data Documentation

const string UnifiedAutomation.UaBase.WellKnownSids.Administrators = "S-1-5-32-544"

The administrators group.

const string UnifiedAutomation.UaBase.WellKnownSids.AnonymousLogon = "S-1-5-7"

Anonymous Logons

const string UnifiedAutomation.UaBase.WellKnownSids.AuthenticatedUser = "S-1-5-11"

Authenticated users.

const string UnifiedAutomation.UaBase.WellKnownSids.Guests = "S-1-5-32-546"

The guests group.

const string UnifiedAutomation.UaBase.WellKnownSids.Interactive = "S-1-5-4"

Interactive users.

const string UnifiedAutomation.UaBase.WellKnownSids.LocalService = "S-1-5-19"

The local service account.

const string UnifiedAutomation.UaBase.WellKnownSids.LocalSystem = "S-1-5-18"

The local system account.

const string UnifiedAutomation.UaBase.WellKnownSids.NetworkService = "S-1-5-20"

The network service account.

const string UnifiedAutomation.UaBase.WellKnownSids.Users = "S-1-5-32-545"

The users group.


The documentation for this class was generated from the following file: