Discuss this help topic in SecureBlackbox Forum

TElOfficeCustomSignatureHandler.IsCalculated

TElOfficeCustomSignatureHandler     


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++]
    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