Click or drag to resize
Pdftools logo

Module Properties

The Module type exposes the following members.

Properties
 NameDescription
Public propertyDevices

The list of devices managed by this module

Most often there is only a single device, so the method GetSingle can be used.
Public propertyEnableFullParallelization

Enable full parallelization

The PKCS#11 standard specifies that "an application can specify that it will be accessing the library concurrently from multiple threads, and the library must [...] ensure proper thread-safe behavior." However, some PKCS#11 modules (middleware) implementations are not thread-safe. For this reason, the SDK synchronizes all access to the module. If the middleware is thread-safe, full parallel usage of the cryptographic device can be enabled by setting this property to and thereby improving the performance.

Default:

Top
See Also