API Reference
Class
CisSqlServerSourceCatalog
Provides integrity-pinned sources for current CIS Microsoft SQL Server benchmarks.
Inheritance
- Object
- CisSqlServerSourceCatalog
Methods
public static BenchmarkSourceDescriptor GetById(String id) #Returns:
BenchmarkSourceDescriptorGets a current source by its exact provider identifier.
Parameters
- id System.String
public static IReadOnlyList<BenchmarkSourceDescriptor> GetCurrent(String productVersion = "2025") #Returns:
IReadOnlyList<BenchmarkSourceDescriptor>Gets current SQL Server sources for a supported product generation.
Parameters
- productVersion System.String = "2025"
public static String ResolveGeneration(String productVersion) #Returns:
StringMaps a discovered SQL Server product version to a supported CIS product generation.
Parameters
- productVersion System.String