Click or drag to resize
EncryptionHelper Methods

The EncryptionHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecryptData
Decrypts data crypted by EncryptPassword() method.
Public methodStatic memberEncryptData
Encrypts data using symetric cryptography. Data can by decrypted by calling DecryptPassword method. If empty string is on input method returns it.
Public methodStatic memberVerifyRSA
Verifies RSA signed license key.
Public methodStatic memberVerifyVersionRSA
Verifies RSA signed key which is used for getting Kentico version.
Top
See Also