Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.InputIsHash

TElMessageSigner     See also     


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


Specifies if input data should be treated as a hash value.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property InputIsHash : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Specifies if input data should be treated as a message digest (i.e., it will not be passed to hash function inside a Sign method).

See also:     DataHash     InputEncoding    

Discuss this help topic in SecureBlackbox Forum