Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Configuration Namespace / EncryptionKeyManager Class / RestoreBackupKey Method
The value of the backed up key.
In This Topic
    RestoreBackupKey Method (EncryptionKeyManager)
    In This Topic
    Restores the key from a backup.
    Syntax
    public bool RestoreBackupKey( 
       byte[] keyData
    )

    Parameters

    keyData
    The value of the backed up key.

    Return Value

    True if the restore operation succeeds; false otherwise.
    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