Loads a DER encoded certificate from the specified stream.

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

Syntax

Visual Basic
Public Shared Function LoadDer ( _
	stream As Stream _
) As Certificate
C#
public static Certificate LoadDer(
	Stream stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream to load a certificate from.

Return Value

A certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also