C# Class Opc.Ua.ApplicationAccessRule

An access rule for an application.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetAccessRules ( String filePath ) : IList
filePath String
Résultat IList

SetAccessRules() public static méthode

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
Résultat void