Aracılığıyla paylaş


CertificateProperties Class

Definition

Certificate resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePropertiesTypeConverter))]
public class CertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePropertiesTypeConverter))>]
type CertificateProperties = class
    interface ICertificateProperties
    interface IJsonSerializable
Public Class CertificateProperties
Implements ICertificateProperties
Inheritance
CertificateProperties
Attributes
Implements

Constructors

CertificateProperties()

Creates an new CertificateProperties instance.

Properties

ExpirationDate

Certificate expiration date.

IssueDate

Certificate issue Date.

Issuer

Certificate issuer.

Password

Certificate password

ProvisioningState

Provisioning state of the certificate.

PublicKeyHash

Public key hash.

SubjectAlternativeName

Subject alternative names the certificate applies to.

SubjectName

Subject name of the certificate.

Thumbprint

Certificate thumbprint.

Valid

Is the certificate valid?.

Value

PFX or PEM blob

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificateProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to