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
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.
 
     
     
     
     
    