This function initializes the protection library asynchronously. You must call this function at least once before any call to the protected method or any other API call.
Syntax
Public Shared Sub InitAsync()
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.InitAsync()
End Sub