API Reference
Class
CisWindowsClientSourceCatalog
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:
BenchmarkSourceDescriptorGets one source by its exact provider identifier.
Parameters
- id System.String
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
- variant TestimoX.Benchmarks.BenchmarkProductVariant = Enterprise