Click or drag to resize

SettingsEntity.ElemosAuthCookieTemplate Property

Gets or sets the elemos authentication cookie template.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public KeyValuePair<string, string> ElemosAuthCookieTemplate { get; set; }

Property Value

Type: KeyValuePair<String, String>
The elemos authentication cookie template.
See Also