TestimoX

API Reference

Class

SmbShareEvidenceManifest

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Manifest describing a normalized SMB share evidence package.

Inheritance

  • Object
  • SmbShareEvidenceManifest

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

Constructors

public SmbShareEvidenceManifest() #

Properties

public String ScanId { get; set; } #

Unique scan identifier.

public DateTimeOffset CreatedUtc { get; set; } #

UTC timestamp when the package was created.

public String ComputerName { get; set; } #

Computer that was scanned.

public SmbShareCollectionProvider Provider { get; set; } #

Collection provider requested for the scan.

public Int32 ShareCount { get; set; } #

Total shares.

public Int32 ItemCount { get; set; } #

Total recursive items.

public Int32 ShareAclCount { get; set; } #

Total share ACL rows.

public Int32 NtfsAclCount { get; set; } #

Total NTFS ACL rows.

public Int32 FindingCount { get; set; } #

Total findings.

public Int32 OpenFileSampleCount { get; set; } #

Total open-file sample rows.

public Boolean Redacted { get; set; } #

True when paths, identities, and SIDs were tokenized for support handoff.