共用方式為


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)

判斷兩 CertificateContentType 個值是否相同。

Implicit(String to CertificateContentType)

將字串轉換為 CertificateContentType

Inequality(CertificateContentType, CertificateContentType)

判斷兩 CertificateContentType 個值是否不同。

適用於