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