IniRijndaelEncryption Class

TG.INI

IniRijndaelEncryption Class

Provides Rijndael encryption.
Inheritance Hierarchy
SystemObject  TG.INI.EncryptionIniRijndaelEncryption

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
  NameDescription
Public methodIniRijndaelEncryption(Byte)
Creates an instance of IniRijndaelEncryption.
Public methodIniRijndaelEncryption(String)
Creates an instance of IniRijndaelEncryption.
Top
Properties
  NameDescription
Public propertyEncryptionKey
Gets the encryption key value currently set.
Top
Methods
  NameDescription
Public methodDecrypt
Decrypts a byte array to a byte array.
Public methodDecryptBase64
Decrypts a base64 string to an unencrypted Unicode string.
Public methodDecryptBase64ToByte
Decrypts a base64 string to an unencrypted byte array.
Public methodDecryptToString
Decrypts byte array to a Unicode string.
Public methodDispose
Disposes the Crypto class.
Public methodEncrypt(Byte)
Encrypts a byte array to a byte array.
Public methodEncrypt(String)
Encrypts text to a byte array.
Public methodEncryptBase64(Byte)
Encrypts a byte array to a base64 string.
Public methodEncryptBase64(String)
Encrypts text to a base64 string.
Public methodEncryptionKeyAsString
Returns the EncryptionKey as a UTF8 string.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also