Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.Version

TElPGPCustomSecretKey     


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


Specifies secret key version.

Declaration

[C#]
    int Version;

[VB.NET]
    Property Version As Integer

[Pascal]
    property Version : integer;

[C++]
    int32_t get_Version();

[PHP]
    integer get_Version()

[Java]
    int getVersion();

Description

    Use this property to get or set secret key version. Value can be 2, 3 or 4.

Discuss this help topic in SecureBlackbox Forum