ComponentFactory.Krypton.Docking.EncryptedLicenseProvider.GetLicense C# (CSharp) Method

GetLicense() public method

public GetLicense ( System.ComponentModel.LicenseContext context, Type type, object instance, bool allowExceptions ) : License
context System.ComponentModel.LicenseContext
type System.Type
instance object
allowExceptions bool
return License
        public override License GetLicense(LicenseContext context, Type type, object instance, bool allowExceptions)
        {
            return new EncryptedLicense();
        }
EncryptedLicenseProvider