Freigeben über


X509Certificate2.ExportCertificatePem Methode

Definition

Exportiert das öffentliche X.509-Zertifikat, das als PEM codiert ist.

public:
 System::String ^ ExportCertificatePem();
public string ExportCertificatePem ();
member this.ExportCertificatePem : unit -> string
Public Function ExportCertificatePem () As String

Gibt zurück

String

Die PEM-Codierung des Zertifikats.

Ausnahmen

Das Zertifikat ist beschädigt, in einem ungültigen Zustand oder konnte nicht in PEM exportiert werden.

Hinweise

A PEM-encoded X.509 certificate will begin with -----BEGIN CERTIFICATE----- and end with -----END CERTIFICATE-----, with the base64 encoded DER contents of the certificate between the PEM boundaries. Das Zertifikat wird gemäß den IETF RFC 7468 "streng"-Codierungsregeln codiert.

Gilt für