C# Class Opc.Ua.Configuration.AccessControlEntity

A class that stores the components of ACE within a DACL.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Parse() public static method

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