IEncryptionHandler Methods
From TG.INI
TG.INI
IEncryptionHandler Methods |
The IEncryptionHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Decrypt |
Decrypts a byte array to a byte array.
| |
| DecryptBase64 |
Decrypts a base64 string to an unencrypted Unicode string.
| |
| DecryptBase64ToByte |
Decrypts a base64 string to an unencrypted byte array.
| |
| DecryptToString |
Decrypts byte array to a Unicode string.
| |
| Dispose | (Inherited from IDisposable.) | |
| Encrypt(Byte) |
Encrypts a byte array to a byte array.
| |
| Encrypt(String) |
Encrypts text to a byte array.
| |
| EncryptBase64(Byte) |
Encrypts a byte array to a base64 string.
| |
| EncryptBase64(String) |
Encrypts text to a base64 string.
|