Saves the certificate to the supplied stream in DER format.

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

Syntax

Visual Basic
Public Sub Save ( _
	stream As Stream _
)
C#
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IO..::..Stream
Stream to save the certificate to.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also