Share via


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