FirmwareAnalysisSummaryType Struct
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.
Describes the type of summary.
public readonly struct FirmwareAnalysisSummaryType : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryType>
type FirmwareAnalysisSummaryType = struct
Public Structure FirmwareAnalysisSummaryType
Implements IEquatable(Of FirmwareAnalysisSummaryType)
- Inheritance
-
FirmwareAnalysisSummaryType
- Implements
Constructors
FirmwareAnalysisSummaryType(String) |
Initializes a new instance of FirmwareAnalysisSummaryType. |
Properties
BinaryHardening |
The summary contains information about the binary hardening analysis results. |
CommonVulnerabilitiesAndExposures |
The summary contains information about the Common Vulnerabilities and Exposures analysis results. |
CryptoCertificate |
The summary contains information about the cryptographic certificate analysis results. |
CryptoKey |
The summary contains information about the cryptographic key analysis results. |
Firmware |
The summary contains information about the submitted firmware. |
Methods
Equals(FirmwareAnalysisSummaryType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(FirmwareAnalysisSummaryType, FirmwareAnalysisSummaryType) |
Determines if two FirmwareAnalysisSummaryType values are the same. |
Implicit(String to FirmwareAnalysisSummaryType) |
Converts a String to a FirmwareAnalysisSummaryType. |
Inequality(FirmwareAnalysisSummaryType, FirmwareAnalysisSummaryType) |
Determines if two FirmwareAnalysisSummaryType values are not the same. |