Udostępnij przez


ICryptoKey Interface

Definition

[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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to