CertificateContentType 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 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() |
傳回此執行個體的完整類型名稱。 |