sntl_licensing_identity_delete Supported in On-premises modeSupported in Lease modeSupported in Connected (Cloud LM) mode

Library Information

>This API belongs to the Sentinel RMS licensing library.

>The corresponding header is licensing.h.

Description

Deletes the identity object created using the sntl_licensing_identity_new API.

Syntax

SNTL_DECLARE(void) sntl_licensing_identity_delete (sntl_licensing_identity_t  	*identity);
Argument Description
identity [in]

Pointer to the identity object created using sntl_licensing_identity_new.

Returns

Does not return any error code.