Saves EnvelopedData into a stream.
            
    Namespace: 
   Rebex.Security.Cryptography.Pkcs
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
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.
 
     
     
     
     
    