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