This function returns the date when the software has been protected.
Syntax
public static DateTime GetProtectionDate()
Parameters
No parameters.
Return value
Returns date and time when software was protected.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
ShowDate(lProtectionDate, ItpLibraryNetWrapper.GetProtectionDate());
}