CertificateChain.LoadDer Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9147)
LoadDer(String)
Loads a chain of Base-64-encoded X.509 certificates from the specified file.
Declaration
public static CertificateChain LoadDer(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path to a file with the certificate chain. |
Returns
Type | Description |
---|---|
Certificate |
A certificate chain. |