Click or drag to resize

IPluginSettingsPluginKey Property

Plugin's key for signing settings.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Guid PluginKey { get; set; }

Property Value

Type: 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