Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.UserAttrs

TElPGPPublicKey     See also     


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


Contains the list of photos of the key users.

Declaration

[C#]
    TElPGPUserAttr UserAttrs[int Index];

[VB.NET]
    Property UserAttrs(ByVal Index As Integer) As TElPGPUserAttr

[Pascal]
    property UserAttrs[Index : integer] : TElPGPUserAttr;

[C++]
    TElPGPUserAttr* get_UserAttrs(int32_t Index);

[PHP]
    TElPGPUserAttr get_UserAttrs(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 photos of individual users.

See also:     AddUserAttr     RemoveUserAttr     UserAttrCount    

Discuss this help topic in SecureBlackbox Forum