#
# PKCS #11 sample config file (~/.pkcs11rc).  All of these options are
# optional.  They will default to these values if no rc file is found.
#
# Please see the README file for more information about these options.
#

DebugLevel             = LOW             # Only logs high priority messages
LogFilename            = c:/tmp/PKCS11.log  # Name of log file (no spaces allowed)
MultiApp               = False             # Multiple application support not enabled
Threaded               = False             # Non-threaded operation
SlotStatusThreadScheme = Partial          # We are in non-threaded mode so this is not used
ObjectSortOrder        = NewestFirst      # Default mode
CachePIN               = False            # No PIN caching (safer)
Version                = 2.11             # PKCS #11 version 2.11
MaxPinTries            = 8                # When personalizing token
SOUserPinNum           = 0                # SO user's PIN number
UserPinNum             = 1                # Normal user's PIN number
CertAttribSize         = 512              # Create cert attribute objects of this size (in bytes)
PubKeyAttribSize       = 512              # Create public key attribute objects of this size (in bytes)
PrvKeyAttribSize       = 512              # Create private key attribute objects of this size (in bytes)
DataAttribSize         = 512              # Create data attribute objects of this size (in bytes)
DisableSecurity        = False            # Disables security for on-card objects

# End
