Share via


IBinaryHardeningSummaryResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningSummaryResourceTypeConverter))]
public interface IBinaryHardeningSummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningSummaryResourceTypeConverter))>]
type IBinaryHardeningSummaryResource = interface
    interface IJsonSerializable
    interface ISummaryResourceProperties
Public Interface IBinaryHardeningSummaryResource
Implements ISummaryResourceProperties
Derived
Attributes
Implements

Properties

Canary

Canary summary percentage

Nx

NX summary percentage

Pie

PIE summary percentage

Relro

RELRO summary percentage

Stripped

Stripped summary percentage

SummaryType

Describes the type of summary.

(Inherited from ISummaryResourceProperties)
TotalFile

Total number of binaries that were analyzed

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to