Certificate.Encrypt Method
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9448)
Encrypt(Byte[])
Encrypts data.
Declaration
public byte[] Encrypt(byte[] rgb)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | rgb | Data to be encrypted. |
Returns
| Type | Description |
|---|---|
| Byte[] | Encrypted data. |