Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / EncryptionHelper Class / RestoreBackupKey Method
The value of the backed up key.
This value is ignored.
In This Topic
    RestoreBackupKey Method (EncryptionHelper)
    In This Topic
    Restores the key from a backup.
    Syntax
    [Obsolete("Use EncryptionKeyManager.Instance.RestoreBackupKey instead.")]
    public static bool RestoreBackupKey( 
       byte[] firstBackup,
       byte[] secondBackup
    )

    Parameters

    firstBackup
    The value of the backed up key.
    secondBackup
    This value is ignored.

    Return Value

    True if successfull, otherwise false
    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