IBinaryHardeningSummaryResource Interface
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.
[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) |