Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / EncryptionHelper Class / GetBackupKey Method
This value is ignored.
In This Topic
    GetBackupKey Method
    In This Topic
    Gets the unencrypted key value.
    Syntax
    [Obsolete("Use EncryptionKeyManager.Instance.GetKeyBackup instead.")]
    public static byte[] GetBackupKey( 
       int partNumber
    )

    Parameters

    partNumber
    This value is ignored.

    Return Value

    The unencrypted key value.
    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