Discuss this help topic in SecureBlackbox Forum

TElPGPIssuerKeyIDSignatureSubpacket.KeyID

TElPGPIssuerKeyIDSignatureSubpacket     


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


Contains OpenPGP key ID of the key issuing the signature.

Declaration

[C#]
    byte[] KeyID;

[VB.NET]
    Property KeyID As Byte()

[Pascal]
    property KeyID : TSBKeyID;
    TSBKeyID = array[0..7] of byte;

[C++]
    void get_KeyID(TSBKeyID &OutResult);
    void set_KeyID(TSBKeyID &Value);

[PHP]
    TSBKeyID get_KeyID()
    void set_KeyID(TSBKeyID $Value)

[Java]
    byte[] getKeyID();
    void setKeyID(byte[] Value);

Description

    Use this property to specify key ID of the key issuing the signature.

Discuss this help topic in SecureBlackbox Forum