API Reference
Class
SmbShareEvidencePackage
Normalized evidence package for SMB share review, export, enrichment, and support handoff.
Inheritance
- Object
- SmbShareEvidencePackage
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 SmbShareEvidencePackage() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public SmbShareEvidenceManifest Manifest { get; set; } #Evidence manifest.
public IReadOnlyList<SmbShareContentItem> Items { get; set; } #Recursive file and directory items.
public IReadOnlyList<SmbShareContentAclEntry> NtfsAcls { get; set; } #Recursive NTFS ACL rows.
public IReadOnlyList<SmbShareDiagnosticFinding> Findings { get; set; } #Diagnostics findings.
public IReadOnlyList<SmbShareOpenFileSample> OpenFileSamples { get; set; } #Open-file samples.
public IReadOnlyList<SmbShareCollectionDiagnostic> Diagnostics { get; set; } #Collection diagnostics emitted by providers.