Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.SessionHandle

TElPublicKeyMaterial     See also     


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


This topic is under development…

Declaration

[C#]
    uint SessionHandle;

[VB.NET]
    Property SessionHandle As UInt32

[Pascal]
    property SessionHandle : LongWord;

[C++]
    uint32_t get_SessionHandle();
    void set_SessionHandle(uint32_t Value);

[PHP]
    integer get_SessionHandle()
    void set_SessionHandle(integer $Value)

[Java]
    long getSessionHandle();
    void setSessionHandle(long Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum