Udostępnij przez


CvssScore Class

Definition

Common Vulnerability Scoring System values.

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

Constructors

Name Description
CvssScore()

Creates an new CvssScore instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CvssScore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CvssScore.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICvssScore.

FromJsonString(String)

Creates a new instance of CvssScore, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CvssScore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to