Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.Version

TElPGPSignature     


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


Specifies signature version.

Declaration

[C#]
    byte Version;

[VB.NET]
    Property Version As Byte

[Pascal]
    property Version : byte;

[C++]
    uint8_t get_Version();
    void set_Version(uint8_t Value);

[PHP]
    integer get_Version()
    void set_Version(integer $Value)

[Java]
    byte getVersion();
    void setVersion(byte arg0);

Description

    Use this property to get or set signature version. Value can be 3 or 4.
    This property value can be changed only before the signature was formed (was passed to one of Sign methods).

Discuss this help topic in SecureBlackbox Forum