Discuss this help topic in SecureBlackbox Forum

TElXMLReference.DigestMethod

TElXMLReference     See also     


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


This property specifies the method (algorithm) for digest calculation.

Declaration

[C#]
    TElXMLDigestMethod DigestMethod;

[VB.NET]
    Property DigestMethod As TElXMLDigestMethod

[Pascal]
    property DigestMethod : TElXMLDigestMethod;

[C++]
    TElXMLDigestMethod get_DigestMethod();
    void set_DigestMethod(TElXMLDigestMethod Value);

[PHP]
    integer get_DigestMethod()
    void set_DigestMethod(integer $Value)

[Java]
    short getDigestMethod();
    void setDigestMethod(short Value);

Values:

Description

    Use this property to get or set the algorithm, which is used for calculating the digest of the referenced data.

See also:     DigestValue    

Discuss this help topic in SecureBlackbox Forum