RSAManaged.DecryptRaw Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
DecryptRaw(Byte[])
Decrypts data with the RSA algorithm. Replacement for deprecated DecryptValue(Byte[]) method.
Declaration
protected virtual byte[] DecryptRaw(byte[] rgb)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | rgb | The data to be decrypted. |
Returns
| Type | Description |
|---|---|
| Byte[] | The decrypted data. |
Remarks
No processing of raw data is performed.