LicenseProvider

LicenseProvider

System.ComponentModel (system.dll) abstract class

This abstract base class provides the basis for the implementation of a license provider. You should override the GetLicense( ) method to return a suitable license for the object, given the current LicenseContext and the type of the object requesting the license. If no valid license is available, you should throw a LicenseException .

For a standard implementation of LicenseProvider , see LicFileLicenseProvider .

 public abstract class  LicenseProvider  {  // Protected Constructors  protected  LicenseProvider  ();  // Public Instance Methods  public abstract License  GetLicense  (LicenseContext  context  , Type  type  , object  instance  , bool  allowExceptions  ); } 

Subclasses

LicFileLicenseProvider



. 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