Skip to content

New Utility function.

Compare
Choose a tag to compare
@geral2 geral2 released this 16 Oct 04:52
· 17 commits to master since this release
69bb7f4

In this version the assembly was unsigned in order to prevent issue related to the key. (Bug #18 ).
I also added a new utility function named fn_GetBytes which receive an string as parameter and return an array of byte. It would help when calling API that required basic User:Password authentication like the one commented in bug #18 .

#20 Fix SSL issue.