IsSoftwareProtected

Top  Previous  Next

This function returns protection status of software (protected or not protected). You can use this function during development process.

 

public static bool IntelliProtector.IsSoftwareProtected();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns true if software is protected.

 Returns false otherwise.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public void ViewProtectionStatus()

{

 if (IntelliProtector.IsSoftwareProtected())

         MessageBox.Show("Software is protected.");

 else

         MessageBox.Show("Software is not protected.");

}

 





Copyright © 2011 intelliprotector.com