C# Класс Opc.Ua.UserRoleManager

Manages a set of user roles.
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteRole ( string directory, string roleName ) : void

Deletes a user role file.

EnumerateRoles ( ) : string[]

Enumerates the available roles.

HasAccess ( string template ) : bool

Returns true if the current Windows user has access to the the specified template.

UserRoleManager ( string directory ) : System

Initializes the manager to use the specified directory.

Описание методов

DeleteRole() публичный статический Метод

Deletes a user role file.
public static DeleteRole ( string directory, string roleName ) : void
directory string
roleName string
Результат void

EnumerateRoles() публичный Метод

Enumerates the available roles.
public EnumerateRoles ( ) : string[]
Результат string[]

HasAccess() публичный Метод

Returns true if the current Windows user has access to the the specified template.
public HasAccess ( string template ) : bool
template string
Результат bool

UserRoleManager() публичный Метод

Initializes the manager to use the specified directory.
public UserRoleManager ( string directory ) : System
directory string
Результат System