次の方法で共有


ManagedCertificate クラス

定義

https に使用されるマネージド証明書

public class ManagedCertificate : Microsoft.Azure.Management.Cdn.Models.Certificate
type ManagedCertificate = class
    inherit Certificate
Public Class ManagedCertificate
Inherits Certificate
継承
ManagedCertificate

コンストラクター

ManagedCertificate()

ManagedCertificate クラスの新しいインスタンスを初期化します。

ManagedCertificate(String, String, String)

ManagedCertificate クラスの新しいインスタンスを初期化します。

プロパティ

ExpirationDate

証明書の有効期限を取得または設定します。

(継承元 Certificate)
Subject

証明書のサブジェクト名を取得または設定します。

(継承元 Certificate)
Thumbprint

証明書の拇印を取得または設定します。

(継承元 Certificate)

適用対象