License

License class

Provides methods to license the component.

public class License

Constructors

Name Description
License() Initializes a new instance of this class.

Properties

Name Description
IsLicensed { get; } Returns true if a valid license has been applied; false if the component is running in evaluation mode.

Methods

Name Description
SetLicense(Stream) Licenses the component.
SetLicense(string) Licenses the component.

See Also