Click or drag to resize
EncryptionHelper Class
Provides validation RSA singed license key.
Inheritance Hierarchy
SystemObject
  CMS.HelpersEncryptionHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class EncryptionHelper

The EncryptionHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecryptData
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.
Public methodStatic memberEncryptData Obsolete.
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.
Public methodStatic memberVerifyVersionRSA
Verifies RSA signed key which is used for getting Kentico version.
Top
See Also