Build 1.01.318.0
Assembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The type of SID used by the account.
Namespace: Opc.Ua.ConfigurationAssembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum AccountSidType |
| Visual Basic |
|---|
Public Enumeration AccountSidType |
| Visual C++ |
|---|
public enum class AccountSidType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| User | 1 | An interactive user account. | |
| Group | 2 | An group of users. | |
| Domain | 3 | A domain. | |
| Alias | 4 | An alias for a group or user. | |
| BuiltIn | 5 | Built-in identity principals. |