Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RecryptionHelper.RecryptDatabaseDelegate Delegate
ID of the store context
Existing key used to encrypt data
New key to be applied to encrypted data
In This Topic
    RecryptionHelper.RecryptDatabaseDelegate Delegate
    In This Topic
    Delegate for executing the recryption process on a separate thread
    Syntax
    private delegate void RecryptionHelper.RecryptDatabaseDelegate( 
       int storeId,
       byte[] oldKey,
       byte[] newKey
    )

    Parameters

    storeId
    ID of the store context
    oldKey
    Existing key used to encrypt data
    newKey
    New key to be applied to encrypted data
    See Also