 | 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)
Syntaxpublic KeyValuePair<string, string> ElemosAuthCookieTemplate { get; set; }
Public Property ElemosAuthCookieTemplate As KeyValuePair(Of String, String)
Get
Set
Property Value
Type:
KeyValuePair<String,
String>
The elemos authentication cookie template.
See Also