Freigeben über


ICryptoKeySummaryResource Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))]
public interface ICryptoKeySummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))>]
type ICryptoKeySummaryResource = interface
    interface IJsonSerializable
    interface ISummaryResourceProperties
Public Interface ICryptoKeySummaryResource
Implements ISummaryResourceProperties
Derived
Attributes
Implements

Properties

Name Description
PairedKey

Total number of keys found that have a matching paired key or certificate.

PairedKeyCount

Total number of keys found that have a matching paired key or certificate.

PrivateKey

Total number of private keys found.

PrivateKeyCount

Total number of private keys found.

ProvisioningState

The status of the last operation.

(Inherited from ISummaryResourceProperties)
PublicKey

Total number of (non-certificate) public keys found.

PublicKeyCount

Total number of (non-certificate) public keys found.

ShortKeySize

Total number of keys found that have an insecure key size for the algorithm.

ShortKeySizeCount

Total number of keys found that have an insecure key size for the algorithm.

SummaryType

The type of summary.

(Inherited from ISummaryResourceProperties)
TotalKey

Total number of cryptographic keys found.

TotalKeyCount

Total number of cryptographic keys found.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to