TestimoX

API Reference

Class

Entry (WmiNamespacePermissions)

Namespace ComputerX.Wmi.WmiNamespacePermissions
Assembly ComputerX
Modifiers sealed

WMI namespace ACL entry (identity, allow/deny, rights mask).

Inheritance

  • Object
  • Entry

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Identity { get; set; } #

Identity in Domain\\Name or SID form.

public WmiNamespaceRights Rights { get; set; } #

Rights mask to grant or deny.

public Boolean Deny { get; set; } #

True to create a Deny ACE; false for Allow.