Class UserLicense
Represents the license that can be validated against the current user.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Licensing
Assembly: DevZest.Licensing.dll
Syntax
public sealed class UserLicense : License
Remarks
When publishing an UserLicense, the Data property should be set as the string value returned by CurrentUserData, otherwise the validation will always fail.
Properties
Name | Description |
---|---|
CurrentUserData | Gets the data for the current user. |
Methods
Name | Description |
---|---|
Validate() |