EldoS
 Table of Contents >  SolFSStorage.FilesPassword property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

SolFSStorage.FilesPassword property

Filter:

Pascal    DLL    C++ (DLL/Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

SolFSStorage     See also    

Overview

Specifies default password for encryption

Declaration

[Pascal]
    property FilesPassword: String;

[DLL]
    not applicable;

[C++ (DLL/Lib)]
    unsigned short *get_FilesPassword()
    void set_FilesPassword(unsigned short *Value)

[C++ (VCL)]
    __property AnsiString FilesPassword;

[C++ (.NET)]
    String *get_FilesPassword()
    void set_FilesPassword(String *Value)

[C#]
    String FilesPassword;

[VB.NET]
    Property FilesPassword As String;

Description

This property defines the default password for operations which involve encryption. The value is only used if the file create/open method doesn't have Password as a parameter

See also

SetFileEncryption     FilesEncryption

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