API Reference
Enum
WindowsUpdateSecurityCorrelationState
Correlation outcome between missing MSRC security gaps and Windows Update posture.
Inheritance
- Enum
- WindowsUpdateSecurityCorrelationState
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
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
Values
public const WindowsUpdateSecurityCorrelationState NoData #No usable data was available to evaluate security gaps.
Value:
0public const WindowsUpdateSecurityCorrelationState Healthy #No missing security updates were detected.
Value:
1public const WindowsUpdateSecurityCorrelationState MissingSecurityUpdates #Missing security updates were detected without critical/exploited escalation.
Value:
2public const WindowsUpdateSecurityCorrelationState MissingCriticalSecurityUpdates #Missing critical security updates were detected.
Value:
3public const WindowsUpdateSecurityCorrelationState MissingExploitedSecurityUpdates #Missing known-exploited security updates were detected.
Value:
4