IPluginSettingsPluginKey Property |
Plugin's key for signing settings.
Namespace:
Resto.Front.Api.Data.Settings
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax Guid PluginKey { get; set; }
Property Value
Type:
GuidRemarks
Identifies plugin which owns these settings. Make some constant guid describing a plugin and use here for settings signing and for getting settings.
See Also