Share via


BinaryHardeningSummary Class

Definition

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
BinaryHardeningSummary
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)

Explicit Interface Implementations

IJsonModel<BinaryHardeningSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BinaryHardeningSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FirmwareAnalysisSummaryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IJsonModel<FirmwareAnalysisSummaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<BinaryHardeningSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BinaryHardeningSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BinaryHardeningSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FirmwareAnalysisSummaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirmwareAnalysisSummaryProperties)

Applies to