X509CertificateLoader.LoadPkcs12CollectionFromFile 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LoadPkcs12CollectionFromFile(String, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits) |
開啟指定的檔案、將內容讀取為 PKCS#12 PFX,並擷取憑證。 以 PKCS#12 PFX 的形式載入所提供的數據,並傳回該處所有憑證的集合。 |
LoadPkcs12CollectionFromFile(String, String, X509KeyStorageFlags, Pkcs12LoaderLimits) |
開啟指定的檔案、將內容讀取為 PKCS#12 PFX,並擷取憑證。 以 PKCS#12 PFX 的形式載入所提供的數據,並傳回該處所有憑證的集合。 |
LoadPkcs12CollectionFromFile(String, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits)
開啟指定的檔案、將內容讀取為 PKCS#12 PFX,並擷取憑證。 以 PKCS#12 PFX 的形式載入所提供的數據,並傳回該處所有憑證的集合。
public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile (string path, ReadOnlySpan<char> password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = default);
static member LoadPkcs12CollectionFromFile : string * ReadOnlySpan<char> * System.Security.Cryptography.X509Certificates.X509KeyStorageFlags * System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits -> System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public Shared Function LoadPkcs12CollectionFromFile (path As String, password As ReadOnlySpan(Of Char), Optional keyStorageFlags As X509KeyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, Optional loaderLimits As Pkcs12LoaderLimits = Nothing) As X509Certificate2Collection
參數
- path
- String
要開啟之檔案的路徑。
- password
- ReadOnlySpan<Char>
解密 PFX 內容的密碼。
- keyStorageFlags
- X509KeyStorageFlags
列舉值的位元組合,控制與傳回憑證相關聯之私鑰的位置和方式。
- loaderLimits
- Pkcs12LoaderLimits
載入 PFX 時要套用的限制。 預設值 null
值相當於 Defaults。
傳回
載入的憑證。
例外狀況
path
null
。
keyStorageFlags
包含無效的值或值組合。
keyStorageFlags
包含對目前平臺無效的值。
PKCS#12/PFX 違反一或多個 loaderLimits
條件約束。
載入 PKCS#12/PFX 時發生錯誤。
載入指定的檔案時發生錯誤。
適用於
LoadPkcs12CollectionFromFile(String, String, X509KeyStorageFlags, Pkcs12LoaderLimits)
開啟指定的檔案、將內容讀取為 PKCS#12 PFX,並擷取憑證。 以 PKCS#12 PFX 的形式載入所提供的數據,並傳回該處所有憑證的集合。
public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection LoadPkcs12CollectionFromFile (string path, string? password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits? loaderLimits = default);
static member LoadPkcs12CollectionFromFile : string * string * System.Security.Cryptography.X509Certificates.X509KeyStorageFlags * System.Security.Cryptography.X509Certificates.Pkcs12LoaderLimits -> System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public Shared Function LoadPkcs12CollectionFromFile (path As String, password As String, Optional keyStorageFlags As X509KeyStorageFlags = System.Security.Cryptography.X509Certificates.X509KeyStorageFlags.DefaultKeySet, Optional loaderLimits As Pkcs12LoaderLimits = Nothing) As X509Certificate2Collection
參數
- path
- String
要開啟之檔案的路徑。
- password
- String
解密 PFX 內容的密碼。
- keyStorageFlags
- X509KeyStorageFlags
列舉值的位元組合,控制與傳回憑證相關聯之私鑰的位置和方式。
- loaderLimits
- Pkcs12LoaderLimits
載入 PFX 時要套用的限制。 預設值 null
值相當於 Defaults。
傳回
載入的憑證。
例外狀況
path
null
。
keyStorageFlags
包含無效的值或值組合。
keyStorageFlags
包含對目前平臺無效的值。
PKCS#12/PFX 違反一或多個 loaderLimits
條件約束。
載入 PKCS#12/PFX 時發生錯誤。
載入指定的檔案時發生錯誤。