IniRijndaelEncryption Methods
From TG.INI
TG.INI
IniRijndaelEncryption Methods |
The IniRijndaelEncryption 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 |
Disposes the Crypto class.
| |
| 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.
| |
| EncryptionKeyAsString |
Returns the EncryptionKey as a UTF8 string.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |