Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeManager.ReadOnly

TElAuthenticodeManager     See also     


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


Specifies if the file is read-only.

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    under development

[C++]
    bool get_ReadOnly();

[PHP]
    bool get_ReadOnly()

[Java]
    boolean getReadOnly();

Description

    This property returns True if the file is opened in read-only mode. In this mode signatures can't be removed.

See also:     Open    

Discuss this help topic in SecureBlackbox Forum