C# Class Opc.Ua.Configuration.AccessControlEntity

A class that stores the components of ACE within a DACL.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Initialize ( string sddl ) : void

Extracts a single ACE from a SDDL string fragment.

Parse ( string sddl ) : IList

Extracts a list of ACEs from a SDDL string.

Method Details

Initialize() public méthode

Extracts a single ACE from a SDDL string fragment.
public Initialize ( string sddl ) : void
sddl string
Résultat void

Parse() public static méthode

Extracts a list of ACEs from a SDDL string.
public static Parse ( string sddl ) : IList
sddl string
Résultat IList