Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomSignatureHandler.Reset

TElXMLSOAPCustomSignatureHandler     See also     


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


Resets all security information.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset; virtual;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

Use this method to reset all security information the handler contains.

See also:     LoadFromXML    

Discuss this help topic in SecureBlackbox Forum