IPluginSettingsPluginKey Property |
Plugin's key for signing settings.
Namespace:
Resto.Front.Api.V4.Data.Settings
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.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