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

AppPlatformKeyVaultCertificateProperties 类

定义

从密钥保管库导入的证书的属性。

public class AppPlatformKeyVaultCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformKeyVaultCertificateProperties = class
    inherit AppPlatformCertificateProperties
Public Class AppPlatformKeyVaultCertificateProperties
Inherits AppPlatformCertificateProperties
继承
AppPlatformKeyVaultCertificateProperties

构造函数

AppPlatformKeyVaultCertificateProperties(Uri, String)

初始化 AppPlatformKeyVaultCertificateProperties 的新实例。

属性

ActivateOn

证书的激活日期。

(继承自 AppPlatformCertificateProperties)
CertVersion

密钥保管库的证书版本。

DnsNames

证书的域列表。

(继承自 AppPlatformCertificateProperties)
ExpireOn

证书的到期日期。

(继承自 AppPlatformCertificateProperties)
IsPrivateKeyExcluded

可选。 如果设置为 true,则不会从密钥保管库导入私钥。

IssuedOn

证书的颁发日期。

(继承自 AppPlatformCertificateProperties)
Issuer

证书的颁发者。

(继承自 AppPlatformCertificateProperties)
KeyVaultCertName

密钥保管库的证书名称。

ProvisioningState

证书的预配状态。

(继承自 AppPlatformCertificateProperties)
SubjectName

证书的使用者名称。

(继承自 AppPlatformCertificateProperties)
Thumbprint

证书的指纹。

(继承自 AppPlatformCertificateProperties)
VaultUri

用户密钥保管库的保管库 URI。

适用于