TestimoX

API Reference

Class

SmbSharePermissionDesiredEntry

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Desired share-level permission entry for remediation planning.

Inheritance

  • Object
  • SmbSharePermissionDesiredEntry

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public SmbSharePermissionDesiredEntry() #

Properties

public String Identity { get; set; } #

Account name or SID.

public SmbShareRights Rights { get; set; } #

Desired share rights.

public Boolean Deny { get; set; } #

True to create a deny entry instead of an allow entry.