Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.ValidateReference

TElXMLVerifier     See also     


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


Verifies the signature made over the XML data.

Declaration

[C#]
    bool ValidateReference(TElXMLReference Reference);

[VB.NET]
    Function ValidateReference(ByVal Reference As TElXMLReference) As Boolean

[Pascal]
    function ValidateReference(Reference : TElXMLReference) : boolean;

[C++]
    bool ValidateReference(TElXMLReference &Reference);
    bool ValidateReference(TElXMLReference *Reference);

[PHP]
    bool ValidateReference(TElXMLReference $Reference)

[Java]
    boolean validateReference(TElXMLReference Reference);

Parameters

  • Reference - The reference to be validated.

Description

    Use this method to validate a signature of a single data block, represented by the reference.

See also:     Load     ValidateSignature    

Discuss this help topic in SecureBlackbox Forum