Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.ValidateSignature

TElXMLVerifier     See also     


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


Verifies the XML signature

Declaration

[C#]
    bool ValidateSignature();

[VB.NET]
    Function ValidateSignature() As Boolean

[Pascal]
    function ValidateSignature : boolean;

[C++]
    bool ValidateSignature();

[PHP]
    bool ValidateSignature()

[Java]
    boolean validateSignature();

Description

    Use this method to verify the integrity of the signature. First you need to Load the XML signature and specify the KeyData. After the signature is verified, you can supply the references with the data and validate the references.

See also:     HMACKey     KeyData     SignatureType     Load     ValidateReference    

Discuss this help topic in SecureBlackbox Forum