次の方法で共有


AppPlatformCertificateProperties クラス

定義

証明書リソースのペイロード。 基底クラスであることに注意 AppPlatformCertificateProperties してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がAppPlatformKeyVaultCertificateProperties含まれますAppPlatformContentCertificateProperties

public abstract class AppPlatformCertificateProperties
type AppPlatformCertificateProperties = class
Public MustInherit Class AppPlatformCertificateProperties
継承
AppPlatformCertificateProperties
派生

コンストラクター

AppPlatformCertificateProperties()

AppPlatformCertificateProperties の新しいインスタンスを初期化します。

プロパティ

ActivateOn

証明書のアクティブ化日。

DnsNames

証明書のドメイン リスト。

ExpireOn

証明書の有効期限。

IssuedOn

証明書の発行日。

Issuer

証明書の発行者。

ProvisioningState

証明書のプロビジョニング状態。

SubjectName

証明書のサブジェクト名。

Thumbprint

証明書の拇印。

適用対象