Discuss this help topic in SecureBlackbox Forum

TElDKPublicKey.Revoke

TElDKPublicKey     See also     


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


Sets Revoked property toTrue.

Declaration

[C#]
    void Revoke();

[VB.NET]
    Sub Revoke()

[Pascal]
    procedure Revoke;

[C++]
    void Revoke();

[PHP]
    void Revoke()

[Java]
    void revoke();

Description

    Use this method when you want to set Revoked property to True. This method is used only during DNS-record generation.

See also:     Revoked    

Discuss this help topic in SecureBlackbox Forum