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>
type BinaryHardeningSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<BinaryHardeningSummary>
interface IPersistableModel<BinaryHardeningSummary>
Public Class BinaryHardeningSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of BinaryHardeningSummary), IPersistableModel(Of BinaryHardeningSummary)
- Inheritance
- Implements
Constructors
BinaryHardeningSummary() |
Initializes a new instance of BinaryHardeningSummary. |
Properties
NotExecutableStackCount |
Total number of analyzed files that were found to have a nonexecutable stack. |
PositionIndependentExecutableCount |
Total number of analyzed files that were compiled to be a position independent executable. |
ProvisioningState |
The status of the last operation. (Inherited from FirmwareAnalysisSummaryProperties) |
RelocationReadOnlyCount |
Total number of analyzed files that have enabled relocation read-only protections. |
StackCanaryCount |
Total number of analyzed files that have stack canaries enabled. |
StrippedBinaryCount |
Total number of analyzed files that have debug symbols stripped. |
TotalFiles |
Total number of binaries that were analyzed. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |