Click or drag to resize
PrivilegeEnablerEnabledPrivileges Property
Gets the enabled privileges. Note that this might not contain all privileges specified to the constructor. Only the privileges actually enabled by this instance is returned.

Namespace: Alphaleonis.Win32.Security
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public IEnumerable<Privilege> EnabledPrivileges { get; }

Property Value

Type: IEnumerablePrivilege
The enabled privileges.
See Also