Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.SignerKeyID

TElPGPSignature     


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


Returns KeyID of the key that was used to make the signature.

Declaration

[C#]
    byte[] SignerKeyID();

[VB.NET]
    Function SignerKeyID() As Byte()

[Pascal]
    function SignerKeyID: TSBKeyID;
    TSBKeyID = array[0..7] of byte;

[C++]
    void SignerKeyID(TSBKeyID &OutResult);

[PHP]
    TSBKeyID SignerKeyID()

[Java]
    byte[] signerKeyID();

Return value

    KeyID of the key that was used to make the signature.

Description

    Use this method to get KeyID of the key that was used to make the signature.

Discuss this help topic in SecureBlackbox Forum