CBFS Vault 2020 Delphi Edition

Questions / Feedback?

DefaultFilePassword Property

The default encryption password to use when creating or opening files and alternate streams.

Syntax

property DefaultFilePassword: String read get_DefaultFilePassword write set_DefaultFilePassword;

Default Value

''

Remarks

This property specifies the default encryption password that the component should use when creating or opening files and alternate streams.

Please refer to the Encryption topic for more information.

As an alternative to using this property, applications can call the CacheFilePassword method (before a file is opened) to specify a one-time-use password, or specify file encryption passwords dynamically using the FilePasswordNeeded event.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Delphi Edition - Version 20.0 [Build 8145]