LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
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 More...
 
ILicenseID CreateFromUser (string user, string password="")
 Creates new object of LicenseID with given user credential More...
 

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: