Gcr.pkcs11_get_trust_store_slot

function pkcs11_get_trust_store_slot(): Gck.Slot {
    // Gjs wrapper for gcr_pkcs11_get_trust_store_slot()
}
  

Selects an appropriate PKCS\#11 slot to store trust assertions. The slot to use is normally configured automatically by the system.

This will only return a valid result after the Gcr.pkcs11_initialize method has been called.

When done with the Gck.Slot, use g_object_unref() to release it.

Returns

the Gck.Slot to use for trust assertions.