{CompanyName} FlexyGo

Encryption Members

The Encryption type exposes the following members.

Constructors


  Name Description
Public method Encryption()()()()
Initializes a new instance of the Encryption class.
Public method Encryption(eEncryptAlgorithm)
Initializes a new instance of the Encryption class.

Methods


  Name Description
Public method DeCrypt(String)
The Decrypt Process.
Public method DeCrypt(String, String)
Decrypts the specified a data.
Public method DeCryptHTML(String, String)
Decrypt for HTML.
Public method DeCryptHTML(String)
Decrypt for HTML.
Public method Encrypt(String)
Encrypts the specified a data.
Public method Encrypt(String, String)
Encrypts the specified a data.
Public method EncryptHTML(String, String)
Encrypts excluding special HTML chars
Public method EncryptHTML(String)
Encrypts excluding special HTML chars.
Public method Static member getCPU_ID
Public method IsEncrypted
Determines whether the specified data is encrypted.