EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.PKCS11Options

TElPKCS11CertStorage    


 

Contains storage options.

 
 

Declaration

[C#]
    TSBPKCS11StorageOptions PKCS11Options;

TSBPKCS11StorageOptions represents a bit mask which contains zero or more bit flags as defined by TSBPKCS11StorageOption

[VB.NET]
    Property PKCS11Options As TSBPKCS11StorageOptions

TSBPKCS11StorageOptions represents a bit mask which contains zero or more bit flags as defined by TSBPKCS11StorageOption

[Pascal]
    property PKCS11Options : TSBPKCS11StorageOptions;

TSBPKCS11StorageOptions = set of TSBPKCS11StorageOption

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values

[.NET] [Pascal] [ActiveX] Description
pcsoAutoRefreshSlotInfo = 1 pcsoAutoRefreshSlotInfo pcsoAutoRefreshSlotInfo = 1 Specifies whether to automatically refresh slot info to control token insertion/removal
pcsoCreatePublicKeyObjects = 2 pcsoCreatePublicKeyObjects pcsoCreatePublicKeyObjects = 2 If this option is present, public key object is created when the certificate is added to the storage
pcsoOnDemandMode = 4 pcsoOnDemandMode This option switches on-demand token access mode
pcsoUniqueIDs = 8 pcsoUniqueIDs If this option is present, all objects in PKCS #11 storage will have unique ID's
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBPKCS11CertStorage
Assembly: SecureBlackbox.PKI
Unit: SBPKCS11CertStorage Module: BaseBBox7.dll

 
 

Description

    Use this property to specify various storage options.

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