Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.Load

TElXAdESVerifier     


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


Loads the signature properties.

Declaration

[C#]
    void Load(TElXMLProcessor Verifier);

[VB.NET]
    Sub Load(ByVal Verifier As TElXMLProcessor)

[Pascal]
    procedure Load(QProp : TElXMLQualifyingProperties; QPropRefList : TElXMLQualifyingPropertiesReferenceList; const SignatureValueId : WideString) As integer;

[C++]
    void Load(TElXMLProcessor &Verifier);
    void Load(TElXMLProcessor *Verifier);

[PHP]
    void Load(TElXMLProcessor $Verifier)

[Java]
    void load(TElXMLProcessor Verifier);

Parameters

  • QProp - signature's QualifyingProperties.
  • QPropRefList - signature's QualifyingPropertiesReference list.
  • SignatureValueId - identifier of the signature value.
  • SignedInfo - ...
  • SignatureValue - ...
  • KeyInfo - ...
  • AReferences - ...
  • AObjects - ...
  • Verifier -

Description

    Call this method to load the properties of the electronic signature.

Discuss this help topic in SecureBlackbox Forum