This function initializes the protection library. You must call this function at least once before any call to the protected method or any other API call.
Syntax
Public Shared Sub Init()
Parameters
No parameters.
Return value
Returns nothing.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
FormMain_Load(sender
As
Object
, e
As
EventArgs)
Handles
MyBase
.Load
ItpLibraryNetWrapper.Init()
End
Sub