Discuss this help topic in SecureBlackbox Forum
Contains OpenPGP key ID of the key issuing the signature.
Declaration
[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