API Reference
Class
SmbShareEvidenceManifest
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
- Property SmbShareEvidencePackage.Manifest
Constructors
public SmbShareEvidenceManifest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 ItemCount { get; set; } #Total recursive items.
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.