Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.KeyID

TElPGPCustomSecretKey     See also     


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


This read-only property contains key identifier.

Declaration

[C#]
    not available

[VB.NET]
    not available

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

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property contains 8-bytes key identifier which will be unique with a high probability. If there are more than one key with the same KeyID value use KeyFP property for identification.
    Please note that many PGP implementations display only 4 low bytes of the key id to user. However, internally they use the 8-byte key id value.

See also:     KeyFP    

Discuss this help topic in SecureBlackbox Forum