ChangeEncryptionKey method

UL Ext.: Changes the database's encryption key to the specified new key.

Syntax
Visual Basic
Public Sub ChangeEncryptionKey( _
   ByVal newKey As String _
)
C#
public void ChangeEncryptionKey(
   string  newKey
);
Parameters
  • newKey   The new encryption key for the database.

Remarks

If the encryption key is lost, it is not possible to open the database.

See also