Decrypts data with the RSA algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Decrypt ( _ rgb As Byte() _ ) As Byte() |
C# |
---|
public byte[] Decrypt( byte[] rgb ) |
Parameters
- rgb
- Type: array<System..::..Byte>[]()[][]
The data to be decrypted.
Return Value
The decrypted data.Remarks
Uses PKCS#1 v1.5 padding.