LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ILicenseIDFactory Interface Reference

LicenseIDFactory interface, in use for unmanaged and COM clients. More...

Inheritance diagram for LicenseSpring.ILicenseIDFactory:
LicenseSpring.LicenseIDFactory

Public Member Functions

ILicenseID CreateFromKey (string licenseKey)
 Creates new object of LicenseID with given license key.
 
ILicenseID CreateFromUser (string user, string password="")
 Creates new object of LicenseID with given user credential.
 

Detailed Description

LicenseIDFactory interface, in use for unmanaged and COM clients.

Member Function Documentation

◆ CreateFromKey()

ILicenseID LicenseSpring.ILicenseIDFactory.CreateFromKey ( string  licenseKey)

Creates new object of LicenseID with given license key.

Returns
new LicenseID object

Implemented in LicenseSpring.LicenseIDFactory.

◆ CreateFromUser()

ILicenseID LicenseSpring.ILicenseIDFactory.CreateFromUser ( string  user,
string  password = "" 
)

Creates new object of LicenseID with given user credential.

Returns
new LicenseID object

Implemented in LicenseSpring.LicenseIDFactory.


The documentation for this interface was generated from the following file: