EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileCertStorage.FileName

TElFileCertStorage     See also    


 

Specifies the name of the file, used as permanent storage.

 
 

Declaration

[C#]
    string FileName;

[VB.NET]
    Property FileName As String

[Pascal]
    property FileName : string;

[VB6]
    Property IElFileCertStorageX2.Filename As String

[ActiveX]
    HRESULT _stdcall IElFileCertStorageX2.FileName([in] BSTR Value);
    HRESULT _stdcall IElFileCertStorageX2.FileName([out, retval] BSTR * Value);

[DLL]
    __stdcall BOOL SBFileCertStorageSetFilename(HANDLE handle, PCHAR FileName);
 
 

Parameters

  • [DLL]handle - handle to the TElFileCertStorage object that was returned by Constructor
  • [DLL]FileName - The PKCS7 file with a number of certificates
 
 

Description

    This property defines PKCS#7 certificate storage file, from which the storage loads certificates.

    If AccessType property is set to csatImmediate, then changing the property causes the storage to be reloaded.

 
 

See also:     AccessType     Reload    

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