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

An access rule for an application.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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