Loads a chain of Base-64-encoded X509 certificates from the specified file.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Shared Function LoadDer ( _
	path As String _
) As CertificateChain
C#
public static CertificateChain LoadDer(
	string path
)

Parameters

path
Type: System..::..String
Path to a file with the certificate chain.

Return Value

A certificate chain.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also