Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.Reset

TElDomainKeysSigner     See also     


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


Clears internal structures.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

    This method clears internal structures (except private key) and returns object to the initial state so that it can be used for signing the next message.

See also:     ClearPrivateKey    

Discuss this help topic in SecureBlackbox Forum