TestimoX

API Reference

Class

SmbShareInfo

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Implements
IEquatable<SmbShareInfo>
Modifiers sealed

Describes an SMB share and its ACL on a domain controller.

Inheritance

  • Object
  • SmbShareInfo

Constructors

Methods

public SmbShareInfo <Clone>$() #
Returns: SmbShareInfo
public virtual Boolean Equals(SmbShareInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainController { get; set; } #
ResultMetadata

Host name of the domain controller that hosts the share.

public String Name { get; set; } #

Share name (e.g., SYSVOL, NETLOGON, custom).

public String Path { get; set; } #

Local file system path backing the share.

public IReadOnlyList<SmbShareAceInfo> Aces { get; set; } #

Access control entries applied to the share.