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

CertificateProperties 类

定义

证书资源有效负载。

public class CertificateProperties
type CertificateProperties = class
Public Class CertificateProperties
继承
CertificateProperties

构造函数

CertificateProperties()

初始化 CertificateProperties 类的新实例。

CertificateProperties(String, String, String, String, String, String, String, String, String, IList<String>)

初始化 CertificateProperties 类的新实例。

属性

ActivateDate

获取证书的激活日期。

CertVersion

获取或设置密钥保管库的证书版本。

DnsNames

获取证书的域列表。

ExpirationDate

获取证书的到期日期。

IssuedDate

获取证书的颁发日期。

Issuer

获取证书的颁发者。

KeyVaultCertName

获取或设置密钥保管库的证书名称。

SubjectName

获取证书的使用者名称。

Thumbprint

获取证书的指纹。

VaultUri

获取或设置用户密钥保管库的保管库 URI。

方法

Validate()

验证 对象。

适用于