Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.UserIDs

TElPGPPublicKey     See also     


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


Contains the list of IDs of the key users.

Declaration

[C#]
    TElPGPUserID UserIDs[int Index];

[VB.NET]
    Property UserIDs(ByVal Index As Integer) As TElPGPUserID

[Pascal]
    property UserIDs[Index : integer] : TElPGPUserID;

[C++]
    TElPGPUserID* get_UserIDs(int32_t Index);

[PHP]
    TElPGPUserID get_UserIDs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the user in the list.

Description

    More than one user can correspond to the key. Use this read-only property to get IDs of individual users.

See also:     UserAttrs     AddUserID     RemoveUserID     UserCountID    

Discuss this help topic in SecureBlackbox Forum