Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.Add

TElLDAPSKeyserverClient     See also     


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


Adds a key to the PGP keyserver.

Declaration

[C#]
    void Add(TElPGPPublicKey Key);
    void Add(string DN, TElLDAPPartialAttribute[] Attrs);

[VB.NET]
    Sub Add(ByVal Key As TElPGPPublicKey)
    Sub Add(ByVal DN As String, ByVal Attrs As TElLDAPPartialAttribute[])

[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)

[Java]
    void add(TElPGPPublicKey Key);

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