gnutls_pkcs11_delete_url (3) Linux Manual Page
gnutls_pkcs11_delete_url – API function Synopsis#include <gnutls/pkcs11.h> int gnutls_pkcs11_delete_url(const char * object_url, unsigned int flags); Argumentsconst char * object_url The URL of the object to delete. unsigned int flags One of GNUTLS_PKCS11_OBJ_* flagsDescriptionThis function will delete objects matching the given URL. Note that not all tokens support the delete operation. ReturnsOn success, the number of objects…
