Discuss this help topic in SecureBlackbox Forum

TElASiCSignature.IsCalculated

TElASiCSignature     See also     


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


Specifies if the signature has been calculated.

Declaration

[C#]
    bool IsCalculated;

[VB.NET]
    Property IsCalculated As Boolean

[Pascal]
    property IsCalculated : boolean;

[C++]
    not available

[PHP]
    bool get_IsCalculated()

[Java]
    boolean getIsCalculated();

Description

Use this property to check whether the signature has been calculated.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum