X509Certificate2Collection.ExportPkcs7Pem Methode

Definitie

Exporteert de openbare X.509-certificaten als een PKCS7-certificaatverzameling, gecodeerd 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

Retouren

De PEM gecodeerde PKCS7-verzameling.

Kenmerken

Uitzonderingen

Een certificaat is beschadigd, heeft een ongeldige status of kan niet worden geƫxporteerd naar PEM.

Van toepassing op