TestimoX

API Reference

Enum

WindowsUpdateSecurityCorrelationState

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Correlation outcome between missing MSRC security gaps and Windows Update posture.

Inheritance

  • Enum
  • WindowsUpdateSecurityCorrelationState

Values

public const WindowsUpdateSecurityCorrelationState NoData #

No usable data was available to evaluate security gaps.

Value: 0
public const WindowsUpdateSecurityCorrelationState Healthy #

No missing security updates were detected.

Value: 1
public const WindowsUpdateSecurityCorrelationState MissingSecurityUpdates #

Missing security updates were detected without critical/exploited escalation.

Value: 2
public const WindowsUpdateSecurityCorrelationState MissingCriticalSecurityUpdates #

Missing critical security updates were detected.

Value: 3
public const WindowsUpdateSecurityCorrelationState MissingExploitedSecurityUpdates #

Missing known-exploited security updates were detected.

Value: 4