Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.Revoke

TElPGPCustomSecretKey     See also     


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


Revokes a signature.

Declaration

[VB.NET]
    Sub Revoke(ByVal Key As TElPGPCustomPublicKey, ByVal Signature As TElPGPSignature)
    Sub Revoke(ByVal Key As TElPGPPublicKey, ByVal User As TElPGPCustomUser, ByVal Signature As TElPGPSignature, ByVal RevokedSignature As TElPGPSignature)

[Pascal]
    procedure Revoke(Key : TElPGPCustomPublicKey; Signature : TElPGPSignature);
    procedure Revoke(Key : TElPGPPublicKey; User : TElPGPCustomUser; Signature : TElPGPSignature; RevokedSignature : TElPGPSignature = nil); overload;

Parameters

  • Key - subkey to be revoked
  • Signature - revocation signature will be placed here
  • RevokedSignature - signature to be revoked
  • User - the TElPGPUserIDor TElPGPUserAttr object that specifies the owner of the PublicKey

Description

    Use this method to revoke a key/subkey binding or user/key certification.

See also:     Sign     DirectRevoke    

Discuss this help topic in SecureBlackbox Forum