TestimoX

API Reference

Class

CisWindowsClientSourceCatalog

Namespace TestimoX.Benchmarks.Sources
Assembly TestimoX
Modifiers static

Provides integrity-pinned sources for current CIS Microsoft Windows 10 and Windows 11 audit files.

Inheritance

  • Object
  • CisWindowsClientSourceCatalog

Methods

public static BenchmarkSourceDescriptor GetById(String id) #
Returns: BenchmarkSourceDescriptor

Gets one source by its exact provider identifier.

Parameters

id System.String requiredposition: 0
GetCurrent 2 overloads
public static IReadOnlyList<BenchmarkSourceDescriptor> GetCurrent() #
Returns: IReadOnlyList<BenchmarkSourceDescriptor>

Gets every current Windows client source variant.

public static IReadOnlyList<BenchmarkSourceDescriptor> GetCurrent(String productVersion, BenchmarkProductVariant variant = Enterprise) #
Returns: IReadOnlyList<BenchmarkSourceDescriptor>

Gets current sources for one Windows generation and variant.

Parameters

productVersion System.String requiredposition: 0
variant TestimoX.Benchmarks.BenchmarkProductVariant = Enterprise optionalposition: 1