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!

License Class

Provides the abstract (in Visual Basic MustInherit) base class for all licenses. A license is granted to a specific instance of a component.

Object
   License

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

Remarks

All components must call Dispose for the licenses that they grant when the component is disposed or finalized.

Notes to Inheritors: When you inherit from License, you must override the following members: LicenseKey and Dispose.

For more information on licensing, see TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

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