Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RecryptionHelper.RecryptRecord Class / RecryptionHelper.RecryptRecord Constructor / RecryptionHelper.RecryptRecord Constructor(String,Int32,String)
Name of the table the data is from
Value for the primary key
Data to be encrypted / recrypted
In This Topic
    RecryptionHelper.RecryptRecord Constructor(String,Int32,String)
    In This Topic
    Initializes a new instance of the RecryptRecord class
    Syntax
    public RecryptionHelper.RecryptRecord( 
       string tableName,
       int primaryKey,
       string encryptedData
    )

    Parameters

    tableName
    Name of the table the data is from
    primaryKey
    Value for the primary key
    encryptedData
    Data to be encrypted / recrypted
    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