Loads a DER encoded certificate 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 Certificate
C#
public static Certificate LoadDer(
	string path
)

Parameters

path
Type: System..::..String
Path to a file.

Return Value

A certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also