Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.TokenProps

TElPKCS11SessionInfo     


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


Specifies token properties.

Declaration

[C#]
    bool TokenProps[int Index];

[VB.NET]
    Property TokenProps(ByVal Index As Integer) As Boolean

[Pascal]
    property TokenProps[Index : integer] : Boolean;

[C++]
    bool get_TokenProps(int32_t Index);

[PHP]
    bool get_TokenProps(integer $Index)

[Java]
    not available

Parameters

  • Index - Index of the token property. See possible values below.

Token properties:

Description

    Use this read-only property to check whether certain token properties are enabled or disabled.

Discuss this help topic in SecureBlackbox Forum