X509Certificate2Collection.ExportPkcs7Pem メソッド

定義

X.509 パブリック証明書を PKCS7 証明書コレクションとしてエクスポートし、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

戻り値

PEM でエンコードされた PKCS7 コレクション。

属性

例外

証明書が破損しているか、無効な状態であるか、PEM にエクスポートできませんでした。

適用対象