Discuss this help topic in SecureBlackbox Forum

TElDKSignature.Available

TElDKSignature     


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


This read-only property specifies if the signature can be verified.

Declaration

[C#]
    bool Available;

[VB.NET]
    Property Available As Boolean

[Pascal]
    property Available: Boolean;

[C++]
    bool get_Available();

[PHP]
    bool get_Available()

[Java]
    boolean getAvailable();

Description

    If this property value is True the signature can be verified.

Discuss this help topic in SecureBlackbox Forum