Gck.Module.initialize
function initialize(path: String, cancellable: Gio.Cancellable): Gck.Module { // Gjs wrapper for gck_module_initialize() }
Load and initialize a PKCS\#11 module represented by a GckModule object.
- path
The file system path to the PKCS\#11 module to load.
- cancellable
optional cancellation object
- Returns
The loaded PKCS\#11 module or null if failed.