Discuss this help topic in SecureBlackbox Forum

TElPGPPublicKey.UserIDCount

TElPGPPublicKey     See also     


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


Contains total number of users' identifiers.

Declaration

[C#]
    int UserIDCount;

[VB.NET]
    Property UserIDCount As Integer

[Pascal]
    property UserIDCount : integer;

[C++]
    int32_t get_UserIDCount();

[PHP]
    integer get_UserIDCount()

[Java]
    int getUserIDCount();

Description

    Use this read-only property to get the number of users' identifiers which correspond to this key.

See also:     AddUserID     RemoveUserID     UsersIDs     UsersAttrCount    

Discuss this help topic in SecureBlackbox Forum