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


ICryptoCertificateResource Interface

Definition

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

Properties

CryptoCertId

ID for the certificate result.

Encoding

Encoding used for the certificate.

ExpirationDate

Expiration date for the certificate.

FilePath

List of files where this certificate was found.

Fingerprint

Fingerprint of the certificate.

Id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

(Inherited from IResource)
IsExpired

Indicates if the certificate is expired.

IsSelfSigned

Indicates if the certificate is self-signed.

IsShortKeySize

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

IssuedDate

Issue date for the certificate.

IssuerCommonName

Common name of the certificate entity.

IssuerCountry

Country code of the certificate entity.

IssuerOrganization

Organization of the certificate entity.

IssuerOrganizationalUnit

The organizational unit of the certificate entity.

IssuerState

Geographical state or province of the certificate entity.

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

The name of the resource

(Inherited from IResource)
PairedKeyId

ID of the paired key or certificate.

PairedKeyType

The type indicating whether the paired object is a key or certificate.

PropertiesName

Name of the certificate.

Role

Role of the certificate (Root CA, etc)

SerialNumber

Serial number of the certificate.

SignatureAlgorithm

The signature algorithm used in the certificate.

SubjectCommonName

Common name of the certificate entity.

SubjectCountry

Country code of the certificate entity.

SubjectOrganization

Organization of the certificate entity.

SubjectOrganizationalUnit

The organizational unit of the certificate entity.

SubjectState

Geographical state or province of the certificate entity.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
Usage

List of functions the certificate can fulfill.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to