Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.SaveOptions

TElFileCertStorage     See also     


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


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

Declaration

[C#/Java]
    TSBFileCertStorageSaveOptions SaveOptions;
    TSBFileCertStorageSaveOptions = short;
    
    TSBFileCertStorageSaveOptions represents a bit mask that contains zero or more flags as defined by TSBFileCertStorageSaveOption

[VB.NET]
    Property SaveOptions As TSBFileCertStorageSaveOptions;
    TSBFileCertStorageSaveOptions As SmallInt
    
    TSBFileCertStorageSaveOptions represents a bit mask that contains zero or more flags as defined by TSBFileCertStorageSaveOption

[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)

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