Discuss this help topic in SecureBlackbox Forum

TElPGPUtils.KeyIDToString

TElPGPUtils     


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


Converts KeyID to string representation.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not available

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • KeyID - key id to convert.
  • OnlyLowBytes - specifies whether all or only lower 4 bytes of the key id are converted.

Description

    Use this method to convert the Key ID to the string representation. Some PGP applications display only 4 lower bytes of the key id, and using OnlyLowBytes parameter you can decide what format to use.

Discuss this help topic in SecureBlackbox Forum