Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitializationOptions

Hierarchy

  • InitializationOptions

Index

Properties

flags?: number

bit flags specifying options for C_Initialize

  • CKF_LIBRARY_CANT_CREATE_OS_THREADS. True if application threads which are executing calls to the library may not use native operating system calls to spawn new threads; false if they may
  • CKF_OS_LOCKING_OK. True if the library can use the native operation system threading model for locking; false otherwise
libraryParameters?: string

NSS library parameters

Generated using TypeDoc