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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET