API Reference
Enum
BenchmarkProfileLevel
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.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkProfileLevel Level1 #Level 1, intended to reduce attack surface with limited operational impact.
Value:
0public const BenchmarkProfileLevel Level2 #Level 2, intended for higher-security environments and composed with Level 1.
Value:
1public const BenchmarkProfileLevel NextGeneration #A next-generation or additionally restrictive profile.
Value:
2public const BenchmarkProfileLevel BitLocker #A BitLocker-specific security profile that can be composed with Level 1 or Level 2.
Value:
3