Decrypts data.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function Decrypt ( _ rgb As Byte() _ ) As Byte() | 
| C# | 
|---|
| public byte[] Decrypt( byte[] rgb ) | 
Parameters
- rgb
- Type: array<System..::..Byte>[]()[][]
 Data to be decrypted.
Return Value
Decrypted data. Remarks
Remarks
            If silent operation is requested and the CSP must display UI to operate, this method will fail.
            
 
     
     
     
     
    