Loads a CMS/PKCS #7 signed message from a stream. Upon successful decoding, information can be retrieved using SignedData methods and properties.

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

Syntax

Visual Basic
Public Sub Load ( _
	input As Stream _
)
C#
public void Load(
	Stream input
)

Parameters

input
Type: System.IO..::..Stream
A stream from which to load the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also