Share via


FormsAuthenticationControl.CookiesAsStrings Property

Gets the forms authentication logon cookies as string values.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property CookiesAsStrings As StringCollection
    Get
'Usage
Dim instance As FormsAuthenticationControl
Dim value As StringCollection

value = instance.CookiesAsStrings
public StringCollection CookiesAsStrings { get; }

Property Value

Type: System.Collections.Specialized.StringCollection
A collection of strings.

See Also

Reference

FormsAuthenticationControl Class

FormsAuthenticationControl Members

Microsoft.Office.Server.Search.WebControls Namespace