CvssScore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |