Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.RemoveSignature

TElXMLVerifier     See also     


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


Removes the enveloping or enveloped signature.

Declaration

[C#]
    void RemoveSignature();

[VB.NET]
    Sub RemoveSignature()

[Pascal]
    procedure RemoveSignature;

[C++]
    void RemoveSignature();

[PHP]
    void RemoveSignature()

[Java]
    void removeSignature();

Description

    This method removes the signature loaded by Load from the document. Use this method to remove an enveloped or enveloping signature and get new XML DOM tree.

See also:     Load     ValidateSignature    

Discuss this help topic in SecureBlackbox Forum