你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateContentType Struct

Definition

Content type of the certificate when the managed secret is downloaded using a SecretClient.

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

Constructors

Name Description
CertificateContentType(String)

Initializes a new instance of the CertificateContentType structure.

Properties

Name Description
Pem

Gets a value indicating that content is downloaded in PEM format.

Pkcs12

Gets a value indicating that content is downloaded in pkcs12 (PFX) format.

Methods

Name Description
Equals(CertificateContentType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(CertificateContentType, CertificateContentType)

Determines if two CertificateContentType values are the same.

Implicit(String to CertificateContentType)

Converts a string to a CertificateContentType.

Inequality(CertificateContentType, CertificateContentType)

Determines if two CertificateContentType values are different.

Applies to