TestimoX

API Reference

Enum

BenchmarkControlKind

Namespace TestimoX.Benchmarks
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the technical mechanism used to evaluate a benchmark control.

Inheritance

  • Enum
  • BenchmarkControlKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const BenchmarkControlKind Registry #

A Windows registry value.

Value: 0
public const BenchmarkControlKind RegistryValuePresence #

The presence or absence of a Windows registry value.

Value: 1
public const BenchmarkControlKind AccountPolicy #

A local or domain account-policy setting.

Value: 2
public const BenchmarkControlKind AuditPolicy #

An advanced audit-policy subcategory.

Value: 3
public const BenchmarkControlKind UserRight #

A user-right assignment.

Value: 4
public const BenchmarkControlKind ServiceStartup #

A Windows service startup setting.

Value: 5
public const BenchmarkControlKind WindowsFeature #

A Windows optional feature or server role.

Value: 6
public const BenchmarkControlKind LocalAccount #

A built-in or local account setting.

Value: 7
public const BenchmarkControlKind SystemAccessPolicy #

A Security Template value from the System Access section.

Value: 8
public const BenchmarkControlKind SqlServerQuery #

A SQL Server query whose returned rows are evaluated against a typed expectation.

Value: 9
public const BenchmarkControlKind SqlServerConfiguration #

A SQL Server instance configuration exposed through sys.configurations.

Value: 10
public const BenchmarkControlKind IisConfiguration #

An IIS server, site, application, or application-pool configuration value.

Value: 11
public const BenchmarkControlKind ExchangeConfiguration #

An Exchange organization, server, database, connector, or virtual-directory setting.

Value: 12
public const BenchmarkControlKind PowerShellQuery #

A provider-owned read-only PowerShell evidence query.

Value: 13
public const BenchmarkControlKind Manual #

A control that requires a human decision or evidence review.

Value: 14
public const BenchmarkControlKind Unsupported #

A source control that TestimoX cannot currently evaluate.

Value: 15