TG.INI
IniRijndaelEncryption Class |
Provides Rijndael encryption.
Inheritance Hierarchy
Namespace: TG.INI.Encryption
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniRijndaelEncryption : IEncryptionHandler, IDisposable
Public Class IniRijndaelEncryption Implements IEncryptionHandler, IDisposable
public ref class IniRijndaelEncryption : IEncryptionHandler, IDisposable
type IniRijndaelEncryption = class interface IEncryptionHandler interface IDisposable end
The IniRijndaelEncryption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IniRijndaelEncryption(Byte) |
Creates an instance of IniRijndaelEncryption.
| |
IniRijndaelEncryption(String) |
Creates an instance of IniRijndaelEncryption.
|
Properties
Name | Description | |
---|---|---|
EncryptionKey |
Gets the encryption key value currently set.
|
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 |
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.) |
See Also