Encrypts data.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function Encrypt ( _ rgb As Byte() _ ) As Byte() |
C# |
---|
public byte[] Encrypt( byte[] rgb ) |
Parameters
- rgb
- Type: array<System..::..Byte>[]()[][]
Data to be encrypted.