Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / EncryptionHelper Class
Methods


In This Topic
    EncryptionHelper Class Members
    In This Topic

    The following tables list the members exposed by EncryptionHelper.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Calculates MD5 hash value for given input string  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Decrypts the given encrypted text  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Encrypts the given plain text using AES encryption  
    Public Methodstatic (Shared in Visual Basic) Gets the unencrypted key value.  
    Public Methodstatic (Shared in Visual Basic) Gets the encryption key from AbleCommerce settings  
    Public Methodstatic (Shared in Visual Basic) Determines whether a key is present and has a valid length.  
    Public Methodstatic (Shared in Visual Basic) Restores the key from a backup.  
    Public Methodstatic (Shared in Visual Basic) Sets the encryption key for the current application  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also