Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.ReadOnly

TElWinCertStorage     See also     


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


This topic is under development…

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly : boolean;

[C++]
    bool get_ReadOnly();
    void set_ReadOnly(bool Value);

[PHP]
    bool get_ReadOnly()
    void set_ReadOnly(bool $Value)

[Java]
    boolean getReadOnly();
    void setReadOnly(boolean Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum