| EncryptionHelper Methods | 
The EncryptionHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DecryptData | 
            Decrypts data encrypted by EncryptData(String) method.
            The input string is returned as is, if it is null or empty string or it was not encrypted using EncryptData(String) method.
             | 
|   | EncryptData | 
            Encrypts data using symmetric cryptography. Data can by decrypted by calling DecryptData(String) method. If null or empty string is on input, method returns it.
            The encrypted data is returned as a base 64 string.
             | 
|   | VerifyRSA | 
            Verifies RSA signed license key.
             | 
|   | VerifyVersionRSA | 
            Verifies RSA signed key which is used for getting Kentico version.
             | 
 See Also
See Also