Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.KeyHandle

TElPublicKeyMaterial     See also     


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


This topic is under development…

Declaration

[C#]
    uint KeyHandle;

[VB.NET]
    Property KeyHandle As UInt32

[Pascal]
    property KeyHandle : LongWord;

[C++]
    uint32_t get_KeyHandle();
    void set_KeyHandle(uint32_t Value);

[PHP]
    integer get_KeyHandle()
    void set_KeyHandle(integer $Value)

[Java]
    long getKeyHandle();
    void setKeyHandle(long Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum