LicenseKey DefaultLicenseKey
Returns the default license key created by AgileDotNet. This license must not be used to protect your software, create a new license key for this purpose.
Syntax
Visual Basic
Public Shared ReadOnly Property DefaultLicenseKey() As LicenseKey
Public Get
End Get
End Property
C#
public static LicenseKey DefaultLicenseKey { public get; }