Interface IEnvironmentInfoProvider
Defines an environment info provider
Namespace: ImageVault.Core.License
Assembly: ImageVault.Core.dll
Syntax
public interface IEnvironmentInfoProvider
Properties
IncludeInActivation
Should this information be included in the license activation
Declaration
bool IncludeInActivation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name of the provider
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetEnvironmentInfo()
Gets the environment info
Declaration
IDictionary<string, object> GetEnvironmentInfo()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |