CertificateContentType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
CertificateContentType(String) |
Initializes a new instance of the CertificateContentType structure. |
Properties
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
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
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
Azure SDK for .NET