SecurityFeatureHealthStatus Enumeration

Indicates different levels of health information for security components.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public Enumeration SecurityFeatureHealthStatus
public enum SecurityFeatureHealthStatus
public enum class SecurityFeatureHealthStatus
public enum SecurityFeatureHealthStatus
public enum SecurityFeatureHealthStatus

Members

Member name Description
Critical Indicates that the security component is either not functioning or that an immediate management action is required.
NotApplicable Indicates that the health status cannot be evaluated for the security component.
NotInstalled Indicates that the security component is not available.
Ok Indicates that the security component is functioning properly.
Unavailable Indicates that no health evaluation has been completed.
Warning Indicates that the security component is functioning but might require a maintenance operation, such as an update.

Remarks

This enumeration is used by the FeatureDetailGroup and HealthCheck objects.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace