Discuss this help topic in SecureBlackbox Forum

TElAppleCertStorage.ReadOnly

TElAppleCertStorage     


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


Specifies if the store is read-only.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ReadOnly: boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Set this property to True to make the store read-only. Any attempt to modify the read-only store will raise an exception. The default value is False.

Discuss this help topic in SecureBlackbox Forum