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

IContentCertificateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ContentCertificatePropertiesTypeConverter))]
public interface IContentCertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ContentCertificatePropertiesTypeConverter))>]
type IContentCertificateProperties = interface
    interface IJsonSerializable
    interface ICertificateProperties
Public Interface IContentCertificateProperties
Implements ICertificateProperties
Derived
Attributes
Implements

Properties

ActivateDate

The activate date of certificate.

(Inherited from ICertificateProperties)
Content

The content of uploaded certificate.

DnsName

The domain list of certificate.

(Inherited from ICertificateProperties)
ExpirationDate

The expiration date of certificate.

(Inherited from ICertificateProperties)
IssuedDate

The issue date of certificate.

(Inherited from ICertificateProperties)
Issuer

The issuer of certificate.

(Inherited from ICertificateProperties)
SubjectName

The subject name of certificate.

(Inherited from ICertificateProperties)
Thumbprint

The thumbprint of certificate.

(Inherited from ICertificateProperties)
Type

The type of the certificate source.

(Inherited from ICertificateProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to