Share via


FirmwareCryptoCertificate Class

Definition

Crypto certificate properties.

public class FirmwareCryptoCertificate
type FirmwareCryptoCertificate = class
Public Class FirmwareCryptoCertificate
Inheritance
FirmwareCryptoCertificate

Properties

CryptoCertId

ID for the certificate.

Encoding

Encoding used for the certificate.

ExpireOn

Expiration date for the certificate.

FilePaths

List of files paths for this certificate.

Fingerprint

Fingerprint of the certificate.

IsExpired

Indicates if the certificate is expired.

IsSelfSigned

Indicates if the certificate was self-signed.

IsShortKeySize

Indicates the certificate's key size is considered too small to be secure for the key algorithm.

IssuedOn

Issue date for the certificate.

Issuer

Issuer information of the certificate.

IsWeakSignature

Indicates the signature algorithm used is insecure.

KeyAlgorithm

Key algorithm used in the certificate.

KeySize

Size of the certificate's key in bits.

Name

Name of the certificate.

PairedKey

A matching paired private key.

Role

Role of the certificate (Root CA, etc).

SerialNumber

Serial number of the certificate.

SignatureAlgorithm

The signature algorithm used in the certificate.

Subject

Subject information of the certificate.

Usage

List of functions the certificate can fulfill.

Applies to