你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateProperties Class

Definition

Certificate resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.CertificatePropertiesTypeConverter))]
public class CertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.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.

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.Api20220301.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