TG.INI
IEncryptionHandler Interface |
An interface for handling encryption.
Namespace: TG.INI.Encryption
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IEncryptionHandler type exposes the following members.
Methods
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.
|
See Also