Copies the content of the CMS/PKCS #7 message into the supplied stream.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

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

Parameters

output
Type: System.IO..::..Stream
Stream into which the content will be written.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also