TestimoX

API Reference

Enum

BenchmarkProfileLevel

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

Identifies the security level represented by a benchmark profile.

Inheritance

  • Enum
  • BenchmarkProfileLevel

Usage

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

Values

public const BenchmarkProfileLevel Level1 #

Level 1, intended to reduce attack surface with limited operational impact.

Value: 0
public const BenchmarkProfileLevel Level2 #

Level 2, intended for higher-security environments and composed with Level 1.

Value: 1
public const BenchmarkProfileLevel NextGeneration #

A next-generation or additionally restrictive profile.

Value: 2
public const BenchmarkProfileLevel BitLocker #

A BitLocker-specific security profile that can be composed with Level 1 or Level 2.

Value: 3
public const BenchmarkProfileLevel Custom #

A user-authored profile.

Value: 4