ICryptoKey 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.CryptoKeyTypeConverter))]
public interface ICryptoKey : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeyTypeConverter))>]
type ICryptoKey = interface
interface IJsonSerializable
Public Interface ICryptoKey
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
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. |
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. |
Usage |
Functions the key can fulfill. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |