EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileCertStorage.AccessType

TElFileCertStorage     See also    


 

Determines access type to file storage.

 
 

Declaration

[C#]
    TSBFileCertStorageAccessType AccessType;

[VB.NET]
    Property AccessType As TSBFileCertStorageAccessType

[Pascal]
    property AccessType : TSBFileCertStorageAccessType;

[VB6]
    Property IElFileCertStorageX3.AccessType As TxSBFileCertStorageAccessType

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

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
csatImmediate Storage will be read from file immediately after FileName property has been set.
csatOnDemand Storage will be read from file during the first access to storage object.
Declared in
[.NET] [Pascal]
Namespace: SBCustomCertStorage
Assembly: SecureBlackbox
Unit: SBCustomCertStorage

 
 

Description

    Use this property to find out or set the behavior of the storage when FileName property is set. The storage cna be loaded automatically when new file name is specified or manually by calling Reload method.

 
 

See also:     Reload    

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