Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.Load

TElXMLVerifier     See also     


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


Loads the XML signature for further verification.

Declaration

[C#]
    void Load(TElXMLDOMElement Element);

[VB.NET]
    Sub Load(ByVal Element As TElXMLDOMElement)

[Pascal]
    procedure Load(Signature : TElXMLDOMNode);

[C++]
    void Load(TElXMLDOMElement &Element);
    void Load(TElXMLDOMElement *Element);

[PHP]
    void Load(TElXMLDOMElement $Element)

[Java]
    void load(TElXMLDOMElement Element);

Parameters

  • Signature - The signature to be verified.
  • Element - ...

Description

    Use this method to load the signature. After it is loaded, verification of the signature and of the references can be performed. Also, all read-only properties, that describe the signature, become available.

See also:     ValidateReference     ValidateSignature    

Discuss this help topic in SecureBlackbox Forum