Discuss this help topic in SecureBlackbox Forum

TElPGPSecretKey.BindUser

TElPGPSecretKey     


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


Binds the user to the key.

Declaration

[C#]
    void BindUser(TElPGPCustomUser User);

[VB.NET]
    Sub BindUser(ByVal User As TElPGPCustomUser)

[Pascal]
    procedure BindUser(User : TElPGPCustomUser);

[C++]
    void BindUser(TElPGPCustomUser &User);
    void BindUser(TElPGPCustomUser *User);

[PHP]
    void BindUser(TElPGPCustomUser $User)

[Java]
    void bindUser(TElPGPCustomUser User);

Parameters

  • User - user to be bound

Description

    Use this method to add the user to the UserAttr/UserID list.

Discuss this help topic in SecureBlackbox Forum