BinaryHardeningFeatures 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.
Binary hardening features.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningFeaturesTypeConverter))]
public class BinaryHardeningFeatures : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningFeatures
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.BinaryHardeningFeaturesTypeConverter))>]
type BinaryHardeningFeatures = class
interface IBinaryHardeningFeatures
interface IJsonSerializable
Public Class BinaryHardeningFeatures
Implements IBinaryHardeningFeatures
- Inheritance
-
BinaryHardeningFeatures
- Attributes
- Implements
Constructors
BinaryHardeningFeatures() |
Creates an new BinaryHardeningFeatures instance. |
Properties
Canary |
Canary (stack canaries) flag. |
Nx |
NX (no-execute) flag. |
Pie |
PIE (position independent executable) flag. |
Relro |
RELRO (relocation read-only) flag. |
Stripped |
Stripped flag. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BinaryHardeningFeatures. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BinaryHardeningFeatures. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IBinaryHardeningFeatures. |
FromJsonString(String) |
Creates a new instance of BinaryHardeningFeatures, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BinaryHardeningFeatures into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |