IPluginSettingsPluginKey Property |
Plugin's key for signing settings.
Namespace: Resto.Front.Api.Data.SettingsAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxGuid PluginKey { get; set; }Property Value
Guid
Remarks
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