CookiesAuthenticationControl.CookiesAsStrings Property
Gets the authentication cookies as a collection of 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 CookiesAuthenticationControl
Dim value As StringCollection
value = instance.CookiesAsStrings
public StringCollection CookiesAsStrings { get; }
Property Value
Type: System.Collections.Specialized.StringCollection
Returns a StringCollection object.
See Also
Reference
CookiesAuthenticationControl Class