Discuss this help topic in SecureBlackbox Forum

TElRemoteSigningParams.ExternalHashCalculation

TElRemoteSigningParams     


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


Specifies whether external hash calculation was done.

Declaration

[C#]
    bool ExternalHashCalculation;

[VB.NET]
    Property ExternalHashCalculation As Boolean

[Pascal]
    property ExternalHashCalculation : boolean;

[C++]
    bool get_ExternalHashCalculation();
    void set_ExternalHashCalculation(bool Value);

[PHP]
    bool get_ExternalHashCalculation()
    void set_ExternalHashCalculation(bool $Value)

[Java]
    boolean getExternalHashCalculation();
    void setExternalHashCalculation(boolean Value);

Description

    Use this property to specify whether hash calculation was (will be) performed externally.

Discuss this help topic in SecureBlackbox Forum