SecurityRating Enumeration

 

Applies To: Windows Server Update Services

The maximum severity rating of the Microsoft Security Response Center (MSRC) bulletin associated with the update.

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

Syntax

[SerializableAttribute]
public enum SecurityRating
[SerializableAttribute]
public enum class SecurityRating
[<SerializableAttribute>]
type SecurityRating
<SerializableAttribute>
Public Enumeration SecurityRating

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.

None

The update does not have a severity rating.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top