C# Class Opc.Ua.ApplicationAccessRule

An access rule for an application.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetAccessRules() public static method

public static GetAccessRules ( String filePath ) : IList
filePath String
return IList

SetAccessRules() public static method

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
return void