CryptoKey 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.
Crypto key properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeyTypeConverter))]
public class CryptoKey : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKey
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeyTypeConverter))>]
type CryptoKey = class
interface ICryptoKey
interface IJsonSerializable
Public Class CryptoKey
Implements ICryptoKey
- Inheritance
-
CryptoKey
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CryptoKey() |
Creates an new CryptoKey instance. |
Properties
| Name | Description |
|---|---|
| FilePath |
List of files where this key was found. |
| Id |
ID for the key result. |
| IsShortKeySize |
Indicates the key size is considered too small to be secure for the algorithm according to NIST guidance. |
| KeyAlgorithm |
Key algorithm name. |
| KeySize |
Size of the key in bits. |
| KeyType |
Type of the key (public or private). |
| PairedKeyId |
ID of the paired key or certificate. |
| PairedKeyType |
The type indicating whether the paired object is a key or certificate. |
| ProvisioningState |
The status of the last operation. |
| Size |
Size of the key in bits. |
| Usage |
Functions the key can fulfill. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CryptoKey. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoKey. |
| FromJsonString(String) |
Creates a new instance of CryptoKey, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |