你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>
public class BinaryHardeningSummary
type BinaryHardeningSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<BinaryHardeningSummary>
interface IPersistableModel<BinaryHardeningSummary>
type BinaryHardeningSummary = class
Public Class BinaryHardeningSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of BinaryHardeningSummary), IPersistableModel(Of BinaryHardeningSummary)
Public Class BinaryHardeningSummary
- Inheritance
- Inheritance
-
BinaryHardeningSummary
- Implements
Properties
Canary |
Canary summary percentage. |
CanaryPercentage |
Canary summary percentage. |
Nx |
NX summary percentage. |
NXPercentage |
NX summary percentage. |
Pie |
PIE summary percentage. |
PiePercentage |
PIE summary percentage. |
Relro |
RELRO summary percentage. |
RelroPercentage |
RELRO summary percentage. |
Stripped |
Stripped summary percentage. |
StrippedPercentage |
Stripped summary percentage. |
TotalFiles |
Total number of binaries that were analyzed. |