Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.Handle

TElPKCS11ManagerObject     See also     


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


Handle of the Cryptoki object.

Declaration

[C#]
    uint Handle;

[VB.NET]
    Property Handle As UInt32

[Pascal]
    property Handle : CK_OBJECT_HANDLE;
    CK_OBJECT_HANDLE = LongWord;

[C++]
    uint32_t get_Handle();

[PHP]
    integer get_Handle()

[Java]
    long getHandle();

Description

    Use this read-only property to get the handle of the Cryptoki object.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum