Discuss this help topic in SecureBlackbox Forum

TElPKCS11AttributeList.Attributes

TElPKCS11AttributeList     See also     


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


This property provides access to object attribute codes.

Declaration

[C#]
    uint Attributes[int Index];

[VB.NET]
    Property Attributes(ByVal Index As Integer) As UInt32

[Pascal]
    property Attributes[Index : integer] : Cardinal;

[C++]
    uint32_t get_Attributes(int32_t Index);
    void set_Attributes(int32_t Index, uint32_t Value);

[PHP]
    integer get_Attributes(integer $Index)
    void set_Attributes(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - The index of the desired attribute in the list. The first item has Index=0, the second has Index=1 and so on.

Attribute codes:

Description

    Use this property to get object attribute codes. Attribute codes and corresponding data types are described in PKCS #11: Cryptographic Token Interface Standard.

See also:     Values     Count     Add     Remove    

Discuss this help topic in SecureBlackbox Forum