Saves SignedData into a stream.

Namespace:  Rebex.Security.Cryptography.Pkcs
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
A stream to which to save the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also