X509Certificate2Collection.ExportPkcs7Pem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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。