C# 클래스 Opc.Ua.ApplicationAccessRule

An access rule for an application.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
GetAccessRules ( String filePath ) : IList
SetAccessRules ( String filePath, IList accessRules, bool replaceExisting ) : void

Gets the application access rules implied by the access rights to the file.

메소드 상세

GetAccessRules() 공개 정적인 메소드

public static GetAccessRules ( String filePath ) : IList
filePath String
리턴 IList

SetAccessRules() 공개 정적인 메소드

Gets the application access rules implied by the access rights to the file.
public static SetAccessRules ( String filePath, IList accessRules, bool replaceExisting ) : void
filePath String
accessRules IList
replaceExisting bool
리턴 void