Discuss this help topic in SecureBlackbox Forum
Specifies whether the signature has been calculated.
Declaration
[VB.NET]
Property IsCalculated As Boolean
[Pascal]
property IsCalculated : Boolean;
[C++]
bool get_IsCalculated();
[PHP]
bool get_IsCalculated()
[Java]
boolean getIsCalculated();
Description
Use this read-only property to check if the signature has been calculated.
Discuss this help topic in SecureBlackbox Forum