Compartilhar via


ICvssScore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CvssScoreTypeConverter))]
public interface ICvssScore : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CvssScoreTypeConverter))>]
type ICvssScore = interface
    interface IJsonSerializable
Public Interface ICvssScore
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Score

The score of the CVE according to the CVSS specified.

Version

The version of the Common Vulnerability Scoring System (CVSS).

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to