[Missing <summary> documentation for T:DbNetLink.Encryption]
| C# | Visual Basic |
public class Encryption
Public Class Encryption
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Encryption(array<Byte>[]()[], array<Byte>[]()[]) |
Constructor, allows the key and initialization vetor to be provided
| |
| Decrypt(array<Byte>[]()[]) |
Decrypt bytes
| |
| Decrypt(String) |
Decrypt a string
| |
| Encrypt(array<Byte>[]()[]) |
Encrypt bytes
| |
| Encrypt(String) |
Encrypt a string
| |
| iV |
Initialization vetor to use during encryption and decryption
| |
| Key |
Key to use during encryption and decryption
|
| Object | |
| Encryption | |