Decrypts data.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function Decrypt ( _ rgb As Byte(), _ parameters As EncryptionParameters _ ) As Byte() | 
| C# | 
|---|
| public byte[] Decrypt( byte[] rgb, EncryptionParameters parameters ) | 
Parameters
- rgb
- Type: array<System..::..Byte>[]()[][]
 Data to be decrypted.
- parameters
- Type: Rebex.Security.Cryptography..::..EncryptionParameters
 Encryption parameters.
 
     
     
     
     
    