CertificateContentType 構造体

定義

マネージド シークレットが を使用してダウンロードされるときの証明書の SecretClientコンテンツ タイプ。

public readonly struct CertificateContentType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateContentType>
type CertificateContentType = struct
Public Structure CertificateContentType
Implements IEquatable(Of CertificateContentType)
継承
CertificateContentType
実装

コンストラクター

CertificateContentType(String)

CertificateContentType 構造体の新しいインスタンスを初期化します。

プロパティ

Pem

コンテンツが PEM 形式でダウンロードされることを示す値を取得します。

Pkcs12

コンテンツが pkcs12 (PFX) 形式でダウンロードされることを示す値を取得します。

メソッド

Equals(CertificateContentType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CertificateContentType, CertificateContentType)

2 つの CertificateContentType 値が同じかどうかを判断します。

Implicit(String to CertificateContentType)

文字列を CertificateContentType に変換します。

Inequality(CertificateContentType, CertificateContentType)

2 つの CertificateContentType 値が異なるかどうかを判断します。

適用対象