API Reference
BenchmarkControlKind
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.
Returned or exposed by
- Property BenchmarkCheckDefinition.Kind
- Field BenchmarkControlKind.AccountPolicy
- Field BenchmarkControlKind.AuditPolicy
- Field BenchmarkControlKind.ExchangeConfiguration
- Field BenchmarkControlKind.IisConfiguration
- Field BenchmarkControlKind.LocalAccount
- Field BenchmarkControlKind.Manual
- Field BenchmarkControlKind.PowerShellQuery
- Field BenchmarkControlKind.Registry
- Field BenchmarkControlKind.RegistryValuePresence
- Field BenchmarkControlKind.ServiceStartup
- Field BenchmarkControlKind.SqlServerConfiguration
- Field BenchmarkControlKind.SqlServerQuery
- Field BenchmarkControlKind.SystemAccessPolicy
- Field BenchmarkControlKind.Unsupported
- Field BenchmarkControlKind.UserRight
- Field BenchmarkControlKind.WindowsFeature
- Property BenchmarkCheckResult.Kind
- Property BenchmarkProviderDescriptor.ControlKinds
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkControlKind RegistryValuePresence #The presence or absence of a Windows registry value.
1public const BenchmarkControlKind WindowsFeature #A Windows optional feature or server role.
6public const BenchmarkControlKind SystemAccessPolicy #A Security Template value from the System Access section.
8public const BenchmarkControlKind SqlServerQuery #A SQL Server query whose returned rows are evaluated against a typed expectation.
9public const BenchmarkControlKind SqlServerConfiguration #A SQL Server instance configuration exposed through sys.configurations.
10public const BenchmarkControlKind IisConfiguration #An IIS server, site, application, or application-pool configuration value.
11public const BenchmarkControlKind ExchangeConfiguration #An Exchange organization, server, database, connector, or virtual-directory setting.
12public const BenchmarkControlKind PowerShellQuery #A provider-owned read-only PowerShell evidence query.
13public const BenchmarkControlKind Manual #A control that requires a human decision or evidence review.
14public const BenchmarkControlKind Unsupported #A source control that TestimoX cannot currently evaluate.
15