Cryptlex Forums

LexFloatClient API question

A
Alexander Solonchenko

Hi! I’m reading LexFloatClient.cs code and wondering why you’ve implemented SetProductFile() as static and SetVersionGUID() as instance method?

Correct me if I’m wrong, but Product File and Version GUID have one-to-one relationship, and there are no situations when you could probably call SetVersionGUID() with different arguments…

A
Alexander Solonchenko

Any comments?

C
Cryptlex Support

SetVersionGUID() wraps the GetHandle() function internally and would return a new handle everytime it is called, hence it is not static.

A
Alexander Solonchenko

Got it, thanks.

← Back to all topics · 4 posts · 783 views · opened 2017-03-24