How to set the license key (General questions)
How do i set the LicenseKey property for our purchase of the wodSSH.NET product?
Re: How to set the license key
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
That Worked
Thank you