次の方法で共有


PemCertificateList クラス

定義

PEM 形式の証明書の一覧。

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.PemCertificateList")]
public class PemCertificateList : Microsoft.Azure.Management.VideoAnalyzer.Models.CertificateSource
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.PemCertificateList")>]
type PemCertificateList = class
    inherit CertificateSource
Public Class PemCertificateList
Inherits CertificateSource
継承
PemCertificateList
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

PemCertificateList()

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

PemCertificateList(IList<String>)

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

プロパティ

Certificates

PEM 形式のパブリック証明書を取得または設定します。 エントリごとに 1 つの証明書。

メソッド

Validate()

オブジェクトを検証します。

適用対象