License

License disposable

System.ComponentModel (system.dll) abstract class

This is the abstract base class for licenses that can be granted to a component. It provides a LicenseKey property, which returns a string representing the license for the component. You must also implement the Dispose() member.

A License is returned by the LicenseProvider.GetLicense() method when a valid license is available for a particular object in the current LicenseContext .

See LicenseManager for more information on licensing.

 public abstract class  License  : IDisposable {  // Protected Constructors  protected  License  ();  // Public Instance Properties  public abstract string  LicenseKey  {get; }  // Public Instance Methods  public abstract void  Dispose  ();  // implements IDisposable  } 

Returned By

LicenseProvider.GetLicense()

Passed To

LicenseManager.IsValid()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net