Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.Add

TElLDAPSKeyserverClient     See also     


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


Adds a key to the PGP keyserver.

Declaration

[C#/Java]
    void Add(TElPGPPublicKey Key);

[VB.NET]
    Sub Add(ByVal Key As TElPGPPublicKey)

[Pascal]
    procedure Add(const Key : TElPGPPublicKey);

[C++]
    void Add(const TElPGPPublicKey &Key);
    void Add(const TElPGPPublicKey *Key);

[PHP]
    void Add(TElPGPPublicKey $Key)
    void Add(string $DN, array of TElLDAPPartialAttribute|NULL &$Attrs)

Parameters

  • Key - the key to be uploaded to the server.
  • DN - ...
  • Attrs - ...

Description

    Use this method to add a key to the PGP keyserver.

See also:     Remove    

Discuss this help topic in SecureBlackbox Forum