Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RecryptionHelper Class / RecryptDatabase Method / RecryptDatabase(HttpApplication) Method
The HttpApplication context to look for the encryption keys
In This Topic
    RecryptDatabase(HttpApplication) Method
    In This Topic
    Decrypts all encrypted data in the database, then re-encrypts it using the new encryption key
    Syntax
    public static void RecryptDatabase( 
       HttpApplication context
    )

    Parameters

    context
    The HttpApplication context to look for the encryption keys
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also