IniRijndaelEncryption Methods

TG.INI

IniRijndaelEncryption Methods

The IniRijndaelEncryption type exposes the following members.

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