System.ComponentModel.LicenseProviderAttribute
namespace System.ComponentModel
{
public sealed class LicenseProviderAttribute : Attribute
{
public static readonly LicenseProviderAttribute Default;
public Type LicenseProvider { get; }
public LicenseProviderAttribute();
public LicenseProviderAttribute(string typeName);
public LicenseProviderAttribute(Type type);
}
}