Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBaseSignatureHandler.ReferencesDigestMethod

TElXMLSOAPBaseSignatureHandler     See also     


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


Specifies the algorithm used to digest the references.

Declaration

[C#]
    TElXMLDigestMethod ReferencesDigestMethod;

[VB.NET]
    Property ReferencesDigestMethod As TElXMLDigestMethod

[Pascal]
    property ReferencesDigestMethod : TElXMLDigestMethod;

[C++]
    TElXMLDigestMethod get_ReferencesDigestMethod();
    void set_ReferencesDigestMethod(TElXMLDigestMethod Value);

[PHP]
    integer get_ReferencesDigestMethod()
    void set_ReferencesDigestMethod(integer $Value)

[Java]
    short getReferencesDigestMethod();
    void setReferencesDigestMethod(short Value);

TElXMLDigestMethod values

Description

This property specifies the algorithm used for computing the digest over the references. The default value is xdmSHA1.

See also:     References    

Discuss this help topic in SecureBlackbox Forum