Sdílet prostřednictvím


CertificateContentType Struktura

Definice

Typ obsahu certifikátu při stahování spravovaného tajného SecretClientklíče pomocí .

public readonly struct CertificateContentType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateContentType>
type CertificateContentType = struct
Public Structure CertificateContentType
Implements IEquatable(Of CertificateContentType)
Dědičnost
CertificateContentType
Implementuje

Konstruktory

CertificateContentType(String)

Inicializuje novou instanci CertificateContentType struktury.

Vlastnosti

Pem

Získá hodnotu označující, že obsah je stažen ve formátu PEM.

Pkcs12

Získá hodnotu označující, že obsah je stažen ve formátu pkcs12 (PFX).

Metody

Equals(CertificateContentType)

Určuje, zda je aktuální objekt roven jinému objektu stejného typu.

ToString()

Vrátí plně kvalifikovaný název typu této instance.

Operátory

Equality(CertificateContentType, CertificateContentType)

Určuje, jestli jsou dvě CertificateContentType hodnoty stejné.

Implicit(String to CertificateContentType)

Převede řetězec na CertificateContentType.

Inequality(CertificateContentType, CertificateContentType)

Určuje, jestli se liší dvě CertificateContentType hodnoty.

Platí pro