API Reference
Enum
WindowsUpdateSecurityCorrelationState
Correlation outcome between missing MSRC security gaps and Windows Update posture.
Inheritance
- Enum
- WindowsUpdateSecurityCorrelationState
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 WindowsUpdateComplianceSummary.SecurityState
- Property WindowsUpdateSecurityCorrelationResult.State
- Field WindowsUpdateSecurityCorrelationState.Healthy
- Field WindowsUpdateSecurityCorrelationState.MissingCriticalSecurityUpdates
- Field WindowsUpdateSecurityCorrelationState.MissingExploitedSecurityUpdates
- Field WindowsUpdateSecurityCorrelationState.MissingSecurityUpdates
- Field WindowsUpdateSecurityCorrelationState.NoData
- Property WindowsUpdateUninstallCandidate.EnvironmentSecurityState
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