Share via


BinaryHardeningFeatures Class

Definition

Binary hardening features.

public class BinaryHardeningFeatures : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningFeatures>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.BinaryHardeningFeatures>
type BinaryHardeningFeatures = class
    interface IJsonModel<BinaryHardeningFeatures>
    interface IPersistableModel<BinaryHardeningFeatures>
Public Class BinaryHardeningFeatures
Implements IJsonModel(Of BinaryHardeningFeatures), IPersistableModel(Of BinaryHardeningFeatures)
Inheritance
BinaryHardeningFeatures
Implements

Constructors

BinaryHardeningFeatures()

Initializes a new instance of BinaryHardeningFeatures.

Properties

Canary

Flag indicating if the binary was compiled with stack canaries enabled.

NoExecute

Flag indicating the binary's stack is set to NX (no-execute).

PositionIndependentExecutable

Flag indicating the binary was compiled to be a position independent executable.

RelocationReadOnly

Flag indicating the binary has enabled relocation read-only protections.

Stripped

Flag indicating if debug symbols have been stripped from the binary.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BinaryHardeningFeatures>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BinaryHardeningFeatures>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BinaryHardeningFeatures>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BinaryHardeningFeatures>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BinaryHardeningFeatures>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to