Saves the certificate chain to the specified stream in .P7B (PKCS #7) format.

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

Syntax

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

Parameters

output
Type: System.IO..::..Stream
Stream to write the certificate chain to.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also