Discuss this help topic in SecureBlackbox Forum

TElRSAPublicKeyCrypto.UseAlgorithmPrefix

TElRSAPublicKeyCrypto     See also     


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


Specifies if ASN.1 hash algorithm prefix should be concatenated with the hash value.

Declaration

[C#]
    bool UseAlgorithmPrefix;

[VB.NET]
    Property UseAlgorithmPrefix As Boolean

[Pascal]
    property UseAlgorithmPrefix : boolean;

[C++]
    bool get_UseAlgorithmPrefix();
    void set_UseAlgorithmPrefix(bool Value);

[PHP]
    bool get_UseAlgorithmPrefix()
    void set_UseAlgorithmPrefix(bool $Value)

[Java]
    boolean getUseAlgorithmPrefix();
    void setUseAlgorithmPrefix(boolean Value);

Description

    Set this property to true to make TElRSAPublicKeyCrypto add hash algorithm identifier to the message digest value during signing operation.
    Please note that most of implementations require algorithm prefix to be present.

See also:     InputIsHash     InputEncoding     OutputEncoding    

Discuss this help topic in SecureBlackbox Forum