C# 클래스 Opc.Ua.UserRoleManager

Manages a set of user roles.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
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