CryptoCertificateSummary Class

Definition

Properties for cryptographic certificate summary.

public class CryptoCertificateSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary>
type CryptoCertificateSummary = class
    inherit FirmwareAnalysisSummaryProperties
    interface IJsonModel<CryptoCertificateSummary>
    interface IPersistableModel<CryptoCertificateSummary>
Public Class CryptoCertificateSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of CryptoCertificateSummary), IPersistableModel(Of CryptoCertificateSummary)
Inheritance
CryptoCertificateSummary
Implements

Properties

Expired

Total number of expired certificates found.

ExpiringSoon

Total number of nearly expired certificates found.

PairedKeys

Total number of paired private keys found for the certificates.

SelfSigned

Total number of certificates found that are self-signed.

ShortKeySize

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

TotalCertificates

Total number of certificates found.

WeakSignature

Total number of certificates found using a weak signature algorithm.

Explicit Interface Implementations

IJsonModel<CryptoCertificateSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CryptoCertificateSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FirmwareAnalysisSummaryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IJsonModel<FirmwareAnalysisSummaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<CryptoCertificateSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CryptoCertificateSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CryptoCertificateSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FirmwareAnalysisSummaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirmwareAnalysisSummaryProperties)

Applies to