CryptoKeySummaryResource 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 cryptographic key summary.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))]
public class CryptoKeySummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKeySummaryResource, Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))>]
type CryptoKeySummaryResource = class
interface ICryptoKeySummaryResource
interface IJsonSerializable
interface ISummaryResourceProperties
interface IValidates
Public Class CryptoKeySummaryResource
Implements ICryptoKeySummaryResource, IValidates
- Inheritance
-
CryptoKeySummaryResource
- Attributes
- Implements
Constructors
CryptoKeySummaryResource() |
Creates an new CryptoKeySummaryResource instance. |
Properties
PairedKey |
Total number of keys found that have a matching paired key or certificate. |
PrivateKey |
Total number of private keys found. |
PublicKey |
Total number of (non-certificate) public keys found. |
ShortKeySize |
Total number of keys found that have an insecure key size for the algorithm. |
SummaryType |
Describes the type of summary. |
TotalKey |
Total number of cryptographic keys found. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CryptoKeySummaryResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CryptoKeySummaryResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKeySummaryResource. |
FromJsonString(String) |
Creates a new instance of CryptoKeySummaryResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CryptoKeySummaryResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |