EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileCertStorage.SaveOptions

TElFileCertStorage     See also    


 

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

 
 

Declaration

[C#]
    TSBFileCertStorageSaveOptions SaveOptions;


    TSBFileCertStorageSaveOptions is a bit mask that contains zero or more TSBFileCertStorageSaveOption values

[VB.NET]
    Property SaveOptions As TSBFileCertStorageSaveOptions;


    TSBFileCertStorageSaveOptions is a bit mask that contains zero or more TSBFileCertStorageSaveOption values

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

[VB6]
    Property IElFileCertStorageX3.SaveOptions As Long

[ActiveX]
    HRESULT _stdcall IElFileCertStorageX3.SaveOptions([in] long Value );
    HRESULT _stdcall IElFileCertStorageX3.SaveOptions([out, retval] long * Value );

[DLL]
    not implemented;
 
 

Values:

[.NET] [ActiveX] [Pascal] Description
fcsoSaveOnDestroy = 1 fcsoSaveOnDestroy on object destroying
fcsoSaveOnFilenameChange = 2 fcsoSaveOnFilenameChange on file name change
fcsoSaveOnChange = 4 fcsoSaveOnChange on storage content change
Declared in
[.NET] [Pascal]
Namespace: SBCustomCertStorage
Assembly: SecureBlackbox
Unit: SBCustomCertStorage

 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation