Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.HWSize

TElPKCS11ManagerObject     


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


Specifies the size of the object in token's memory.

Declaration

[C#]
    uint HWSize;

[VB.NET]
    Property HWSize As UInt32

[Pascal]
    property HWSize : Cardinal;

[C++]
    uint32_t get_HWSize();

[PHP]
    integer get_HWSize()

[Java]
    long getHWSize();

Description

    Use this read-only property to get the size of the object in token's memory.

Discuss this help topic in SecureBlackbox Forum