Share via


CryptoCertificateEntity Class

Definition

Information on an entity (distinguished name) in a cryptographic certificate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateEntityTypeConverter))]
public class CryptoCertificateEntity : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoCertificateEntity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateEntityTypeConverter))>]
type CryptoCertificateEntity = class
    interface ICryptoCertificateEntity
    interface IJsonSerializable
Public Class CryptoCertificateEntity
Implements ICryptoCertificateEntity
Inheritance
CryptoCertificateEntity
Attributes
Implements

Constructors

CryptoCertificateEntity()

Creates an new CryptoCertificateEntity instance.

Properties

CommonName

Common name of the certificate entity.

Country

Country code of the certificate entity.

Organization

Organization of the certificate entity.

OrganizationalUnit

The organizational unit of the certificate entity.

State

Geographical state or province of the certificate entity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CryptoCertificateEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CryptoCertificateEntity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICryptoCertificateEntity.

FromJsonString(String)

Creates a new instance of CryptoCertificateEntity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CryptoCertificateEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to