Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.KeyFP

TElPGPCustomSecretKey     See also     


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


This read-only property contains 20-bytes key fingerprint.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property KeyFP : TSBKeyFP;
    TSBKeyFP = array of byte;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    The KeyFP should be used to distinguish two keys with the same key id's. As it is longer, than key id, there is quite low probability that two different keys will have the same Key FP's.

See also:     KeyID    

Discuss this help topic in SecureBlackbox Forum