NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LicenseProvider Class

Provides the abstract (in Visual Basic MustInherit) base class for implementing a LicenseProvider.

Object
   LicenseProvider

[Visual Basic]
MustInherit Public Class LicenseProvider
[C#]
public abstract class LicenseProvider
[C++]
public __gc __abstract class LicenseProvider
[JScript]
public abstract class LicenseProvider

Remarks

Notes to Inheritors: When you inherit from LicenseProvider, you must override the GetLicense method.

See LicFileLicenseProvider for an implementation of this class. For more information on licensing, see TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

LicenseProvider Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode