Discuss this help topic in SecureBlackbox Forum

TElPGPSecretKey.SubkeyCount

TElPGPSecretKey     See also     


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


Contains total number of subkeys.

Declaration

[C#]
    int SubkeyCount;

[VB.NET]
    Property SubkeyCount As Integer

[Pascal]
    property SubkeyCount : integer;

[C++]
    int32_t get_SubkeyCount();

[PHP]
    integer get_SubkeyCount()

[Java]
    int getSubkeyCount();

Description

    Use this read-only property to get the number of subkeys accessible via Subkeys property.

See also:     Subkeys    

Discuss this help topic in SecureBlackbox Forum