CookieAuthData class

Represents an object that contains authentication data used to connect to federated search locations that are configured to use cookie-based authentication.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.AuthenticationData
    Microsoft.Office.Server.Search.Administration.CookieAuthData

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

Syntax

'Declaration
<DataContractAttribute> _
<KnownTypeAttribute(GetType(Cookie))> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class CookieAuthData _
    Inherits AuthenticationData
'Usage
Dim instance As CookieAuthData
[DataContractAttribute]
[KnownTypeAttribute(typeof(Cookie))]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class CookieAuthData : AuthenticationData

Remarks

There are two classes that you can use to represent cookie-based authentication data for federated search locations:

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CookieAuthData members

Microsoft.Office.Server.Search.Administration namespace

CookieCredentials

FormsAuthCredentials

Other resources

Federated Search Overview