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.SecurityAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public IEnumerable<Privilege> EnabledPrivileges { get; }
Public ReadOnly Property EnabledPrivileges As IEnumerable(Of Privilege)
Get
public:
property IEnumerable<Privilege^>^ EnabledPrivileges {
IEnumerable<Privilege^>^ get ();
}
member EnabledPrivileges : IEnumerable<Privilege> with get
Property Value
Type:
IEnumerablePrivilegeThe enabled privileges.
See Also