Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RecryptionHelper.RecryptRecord Class / DoRecrypt Method
The old encryption key
The new encryption key
Clear recrypt flag
In This Topic
    DoRecrypt Method
    In This Topic
    Re-encrypt the data
    Syntax
    public void DoRecrypt( 
       byte[] oldKey,
       byte[] newKey,
       bool clearRecryptFlag
    )

    Parameters

    oldKey
    The old encryption key
    newKey
    The new encryption key
    clearRecryptFlag
    Clear recrypt flag
    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