The EncryptionHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
DecryptData |
Decrypts data crypted by EncryptPassword() method.
| |
EncryptData |
Encrypts data using symetric cryptography. Data can by decrypted by calling DecryptPassword method. If empty string is on input method returns it.
| |
VerifyRSA |
Verifies RSA signed license key.
| |
VerifyVersionRSA |
Verifies RSA signed key which is used for getting Kentico version.
|
See Also