Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.MDPHashAlgorithm

TElPDFSignature     See also     


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


Specifies hash algorithm for the MDP signature.

Declaration

[C#]
    TSBPDFDigestMethod MDPHashAlgorithm;

[VB.NET]
    Property MDPHashAlgorithm As TSBPDFDigestMethod

[Pascal]
    property MDPHashAlgorithm : TSBPDFDigestMethod;

[C++]
    TSBPDFDigestMethod get_MDPHashAlgorithm();
    void set_MDPHashAlgorithm(TSBPDFDigestMethod Value);

[PHP]
    integer get_MDPHashAlgorithm()
    void set_MDPHashAlgorithm(integer $Value)

[Java]
    short getMDPHashAlgorithm();
    void setMDPHashAlgorithm(short Value);

Values:

Description

    Use this property to specify the hash algorithm used with MDP (certification) signature. The default value is dmMD5. Use of this property makes sense only when SignatureType is stMDP.
    Please note that neither signing nor verification of MDP signatures made over the PDF document with templates is supported. If you attempt to sign or verify such document, exception is risen.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum