RSAManaged.Decrypt Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Decrypt(Byte[])
Decrypts data with the RSA algorithm.
Declaration
public byte[] Decrypt(byte[] rgb)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | rgb | The data to be decrypted. |
Returns
Type | Description |
---|---|
Byte[] | The decrypted data. |
Remarks
Uses PKCS#1 v1.5 padding.