Megosztás a következőn keresztül:


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

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.

(Inherited from ISummaryResourceProperties)
TotalKey

Total number of cryptographic keys found.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to