Discuss this help topic in SecureBlackbox Forum

TElPublicKeyCrypto.InputIsHash

TElPublicKeyCrypto     See also     


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


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

Declaration

[C#]
    bool InputIsHash;

[VB.NET]
    Property InputIsHash As Boolean

[Pascal]
    property InputIsHash : boolean;

[C++]
    bool get_InputIsHash();
    void set_InputIsHash(bool Value);

[PHP]
    bool get_InputIsHash()
    void set_InputIsHash(bool $Value)

[Java]
    boolean getInputIsHash();
    void setInputIsHash(boolean Value);

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:     InputEncoding     OutputEncoding    

Discuss this help topic in SecureBlackbox Forum