This constructor creates a new instance of the PasswordProtect class.

[Visual Basic]
Public Sub New()
Public Sub New(container As IContainer)
Public Sub New(fileName As String)
[C#]
public PasswordProtect()
public PasswordProtect(IContainer container)
public PasswordProtect(string fileName)

Parameters

container
     The PasswordProtect container IContainer.

fileName
     The name of the ProtectKit DLL.

Explanation

The fileName parameter contains the filename of the ProFuncNET32.dll/ProFuncNET64.dll. If you have renamed these files, pass the new name in this parameter.

 

Also See

PasswordProtect Members | Newtone.ProtectKit.Win.PasswordProtect