Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.SaveOptions

TElFileCertStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Determines in what cases the file which represents permanent storage, must be updated.

Declaration

[C#]
    TSBFileCertStorageSaveOptions SaveOptions;

[VB.NET]
    Property SaveOptions As TSBFileCertStorageSaveOptions

[Pascal]
    property SaveOptions : TSBFileCertStorageSaveOptions;
    TSBFileCertStorageSaveOptions = set of TSBFileCertStorageSaveOption;

[C++]
    TSBFileCertStorageSaveOptions get_SaveOptions();
    void set_SaveOptions(TSBFileCertStorageSaveOptions Value);

[PHP]
    integer get_SaveOptions()
    void set_SaveOptions(integer $Value)

[Java]
    short getSaveOptions();
    void setSaveOptions(short Value);

Values:

TSBFileCertStorageSaveOptions values

Description

    Use this property to specify in which situations the file, which acts as a persistent storage, must be updated. More than one option can be specified.

    Note, Save options assigning differs for VCL and .NET versions. To enable several save options in .NET use bitwise OR operation, for example ‘fcsoSaveOnDestroy | fcsoSaveOnFilenameChange’.

See also:     AccessType    

Discuss this help topic in SecureBlackbox Forum