Encrypts data with the RSA algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Function EncryptValue ( _ rgb As Byte() _ ) As Byte() |
| C# |
|---|
public override byte[] EncryptValue( byte[] rgb ) |
Parameters
- rgb
- Type: array<System..::..Byte>[]()[][]
The data to be encrypted.
Return Value
The encrypted data.
Remarks
No processing of raw data is performed.