Decodes an encoded CMS/PKCS #7 signed message from raw data.
            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 Decode ( _ encodedMessage As Byte() _ ) | 
| C# | 
|---|
| public void Decode( byte[] encodedMessage ) | 
Parameters
- encodedMessage
- Type: array<System..::..Byte>[]()[][]
 Array of bytes representing a CMS/PKCS #7 message.
 
     
     
     
     
    