This property sets or retrieves the name of the ProtectKit DLL file This property allows you to rename the ProFuncNET32(64).dll to conceal the fact that your application is being protected.

[Visual Basic] Public ReadOnly Property DllFileName As String
[C#] public string DllFileName {get; set;}

Property Value

The file name of the ProtectKit DLL

Explanation

The DllFileName property sets or retrieves the name of the ProtectKit DLL file. This property allows you to rename the ProFuncNET32(64).dll to conceal the fact that your application is being protected with the ProtectKit.

32bit applications use the ProFuncNET32.dll. 64bit applications use the ProFuncNET64.dll.

If you have changed the names of the ProFuncNET32.dll or the ProFuncNET64.dll, then the new names should be set in this property. ProFuncNET32.dll and ProFuncNET64.dll are the names of these DLL files when the ProtectKit.NET is shipped but you can change the file names to any name that you choose. Please be sure to set the appropriate values in this property before executing the Initialize method.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect