TestimoX

API Reference

Class

FileSidScanner

Namespace ComputerX.Acl
Assembly ComputerX
Modifiers sealed
Attributes
SupportedOSPlatform("windows")

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 requiredposition: 0
Scan configuration.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Async sequence of findings ordered by discovery.