共用方式為


X509CertificateLoader.LoadCertificateFromFile(String) 方法

定義

從指定的檔案載入單一 X.509 憑證(在 PEM 或 DER 編碼中)。

public:
 static System::Security::Cryptography::X509Certificates::X509Certificate2 ^ LoadCertificateFromFile(System::String ^ path);
public static System.Security.Cryptography.X509Certificates.X509Certificate2 LoadCertificateFromFile (string path);
static member LoadCertificateFromFile : string -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Shared Function LoadCertificateFromFile (path As String) As X509Certificate2

參數

path
String

要開啟之檔案的路徑。

傳回

載入的憑證。

例外狀況

path null

數據未載入為有效的 X.509 憑證。

載入指定的檔案時發生錯誤。

備註

此方法只會載入一般憑證,這些憑證是由 GetCertContentType(String) 識別為 Cert

適用於

另請參閱