X509Certificate2Collection.ExportPkcs7Pem Methode

Definition

Exportiert die öffentlichen X.509-Zertifikate als PKCS7-Zertifikatsammlung, codiert als PEM.

public:
 System::String ^ ExportPkcs7Pem();
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public string ExportPkcs7Pem ();
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.ExportPkcs7Pem : unit -> string
Public Function ExportPkcs7Pem () As String

Gibt zurück

Die PEM-codierte PKCS7-Auflistung.

Attribute

Ausnahmen

Ein Zertifikat ist beschädigt, weist einen ungültigen Zustand auf oder konnte nicht nach PEM exportiert werden.

Gilt für: