MsrcSeverity Enumeration

 

Applies To: Windows Server Update Services

Defines constants for the severity rating of the Microsoft Security Response Center (MSRC) bulletin that is associated with an update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum MsrcSeverity
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class MsrcSeverity
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type MsrcSeverity
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration MsrcSeverity

Members

Member name Description
Critical

The update fixes a problem whose exploitation could allow for the propagation of an Internet worm without user action.

Important

The update fixes a problem whose exploitation could result in the compromise of the confidentiality, integrity, or availability of users' data, or of the integrity or availability of processing resources.

Low

The update fixes a problem whose exploitation is extremely difficult, or whose impact is minimal.

Moderate

The update fixes a problem whose exploitation is mitigated to a significant degree by factors such as default configuration, auditing, or difficulty of exploitation.

Unspecified

The update does not have a severity rating.

Remarks

To determine the current meaning of the severity ratings, see Microsoft Security Response Center Security Bulletin Severity Rating System.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top