Tspi_Context_UnregisterKey (3) Linux Manual Page
Tspi_Context_UnregisterKey – unregister a key from the persistent storage device. Synopsis #include <tss/platform.h> #include <tss/tcpa_defines.h> #include <tss/tcpa_typedef.h> #include <tss/tcpa_struct.h> #include <tss/tss_typedef.h> #include <tss/tss_structs.h> #include <tss/tspi.h> TSS_RESULT Tspi_Context_UnregisterKey(TSS_HCONTEXT hContext, TSS_FLAG persistentStorageType, TSS_UUID uuidKey, TSS_HKEY* phKey); Description TSS_Context_UnregisterKey provides the capabilities of the TSS Core Service or TSS Service Provider Parameters hContext The handle of the context…
