BinaryHardeningSummary 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.
Properties for a binary hardening analysis summary.
public class BinaryHardeningSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningSummary>
public class BinaryHardeningSummary
type BinaryHardeningSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<BinaryHardeningSummary>
interface IPersistableModel<BinaryHardeningSummary>
type BinaryHardeningSummary = class
Public Class BinaryHardeningSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of BinaryHardeningSummary), IPersistableModel(Of BinaryHardeningSummary)
Public Class BinaryHardeningSummary
- Inheritance
- Inheritance
-
BinaryHardeningSummary
- Implements
Properties
Canary |
Canary summary percentage. |
CanaryPercentage |
Canary summary percentage. |
Nx |
NX summary percentage. |
NXPercentage |
NX summary percentage. |
Pie |
PIE summary percentage. |
PiePercentage |
PIE summary percentage. |
Relro |
RELRO summary percentage. |
RelroPercentage |
RELRO summary percentage. |
Stripped |
Stripped summary percentage. |
StrippedPercentage |
Stripped summary percentage. |
TotalFiles |
Total number of binaries that were analyzed. |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET