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