Click or drag to resize

LiveIntegrationAddInSecurityKey Property

The security key.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Security key")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;password=true;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(20)]
public override string SecurityKey { get; set; }

Property Value

Type: String
The security key.

Implements

ISettingsSecurityKey
See Also