How to set the license key - WeOnlyDo Discussion board

How to set the license key (General questions)

by schenkp, Monday, July 13, 2009, 18:55 (5611 days ago)

How do i set the LicenseKey property for our purchase of the wodSSH.NET product?

Re: How to set the license key

by woddrazen, Monday, July 13, 2009, 19:25 (5611 days ago) @ schenkp

Hi,


You should set LicenseKey Property after you initialize component, but before you call Connect Method.
[code]ssh1.LicenseKey = XXXX-XXXX-XXXX-XXXX
ssh1.Connect[/code]
Let us know how it goes.


Regards,
Drazen

Re: How to set the license key

by schenkp, Monday, July 13, 2009, 19:48 (5611 days ago) @ woddrazen

That Worked

Thank you