Click or drag to resize
Privilege Constructor
Create a new Privilege representing the specified privilege on the specified system.

Namespace: Alphaleonis.Win32.Security
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public Privilege(
	string systemName,
	Privilege privilege
)

Parameters

systemName
Type: SystemString
Name of the system.
privilege
Type: Alphaleonis.Win32.SecurityPrivilege
The privilege to copy the privilege name from.
See Also