EnvelopedData.Load Method
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Load(Stream)
Loads a CMS/PKCS #7 encrypted message from a stream. Upon successful decoding, information can be retrieved using EnvelopedData methods and properties.
Declaration
public void Load(Stream input)
Parameters
Type | Name | Description |
---|---|---|
Stream | input | A stream from which to load the message. |