API Reference
Class
FileSidScanner
Streams file system SID occurrences for one or more roots.
Inheritance
- Object
- FileSidScanner
Constructors
public FileSidScanner() #Methods
public IAsyncEnumerable<FileSidFinding> ScanAsync(FileSidScannerOptions options, CancellationToken cancellationToken = null) #Returns:
IAsyncEnumerable<FileSidFinding>Scans the supplied roots and yields owner plus DACL entries as FileSidFinding records.
Parameters
- options ComputerX.Acl.FileSidScannerOptions
- Scan configuration.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Async sequence of findings ordered by discovery.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object