Discuss this help topic in SecureBlackbox Forum

TElPGPSignatureSubpacket.SubpacketType

TElPGPSignatureSubpacket     See also     


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


Spesifies subpacket type.

Declaration

[C#]
    byte SubpacketType;

[VB.NET]
    Property SubpacketType As Byte

[Pascal]
    property SubpacketType : byte;

[C++]
    uint8_t get_SubpacketType();

[PHP]
    integer get_SubpacketType()

[Java]
    byte getSubpacketType();

Description

    Use this property to specify the type of the subpacket. Type is specified in the form of the constant.

See also:     Hashed     SubpacketType    

Discuss this help topic in SecureBlackbox Forum