Discuss this help topic in SecureBlackbox Forum

TElFileCertStorage.FileName

TElFileCertStorage     See also     


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


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

Declaration

[C#]
    string FileName;

[VB.NET]
    Property FileName As String

[Pascal]
    property FileName : string;

[C++]
    void get_FileName(std::string &OutResult);
    void set_FileName(const std::string &Value);

[PHP]
    string get_FileName()
    void set_FileName(string $Value)

[Java]
    String getFileName();
    void setFileName(String FileName);

Parameters

  • FileName -

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    

Discuss this help topic in SecureBlackbox Forum