Encryption Members
The Encryption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Encryption()()()() |
Initializes a new instance of the Encryption class.
|
|
Encryption(eEncryptAlgorithm) |
Initializes a new instance of the Encryption class.
|
Methods
Name | Description | |
---|---|---|
DeCrypt(String) |
The Decrypt Process.
|
|
DeCrypt(String, String) |
Decrypts the specified a data.
|
|
DeCryptHTML(String, String) |
Decrypt for HTML.
|
|
DeCryptHTML(String) |
Decrypt for HTML.
|
|
Encrypt(String) |
Encrypts the specified a data.
|
|
Encrypt(String, String) |
Encrypts the specified a data.
|
|
EncryptHTML(String, String) |
Encrypts excluding special HTML chars
|
|
EncryptHTML(String) |
Encrypts excluding special HTML chars.
|
|
getCPU_ID | ||
IsEncrypted |
Determines whether the specified data is encrypted.
|