EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11SessionInfo.TokenProps

TElPKCS11SessionInfo    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

Token properties:

Definition Value
SB_TOKEN_PROP_FIRST 0 (0x00)
SB_TOKEN_PROP_TOKEN_ATTR_UNSUPPORTED 0 (0x00)
SB_TOKEN_PROP_REQUIRES_KEYS_TO_BE_ADDED_PRIOR_TO_CERTS 1 (0x01)
SB_TOKEN_PROP_REQUIRES_SENSITIVE_FLAG_FOR_PRIVATE_KEY 2 (0x02)
SB_TOKEN_PROP_REQUIRES_EXTRACTABLE_FLAG_FOR_PRIVATE_KEY 3 (0x03)
SB_TOKEN_PROP_SUPPORTS_MODIFIABLE_FLAG_FOR_OBJECTS 4 (0x04)
SB_TOKEN_PROP_LAST 4 (0x04)
Declared in
[.NET] [Pascal]
Namespace: SBPKCS11Base
Assembly: SecureBlackbox.PKI
Unit: SBPKCS11Base

 
 

Description

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

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation