Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.BitsInKey

TElPGPCustomPublicKey     See also     


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


Contains key length in bits.

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[C++]
    int32_t get_BitsInKey();

[PHP]
    integer get_BitsInKey()

[Java]
    int getBitsInKey();

Description

    Use this read-only property to get key length in bits.

See also:     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum