Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an object that contains the credentials used to connect to federated search locations that are configured to use forms authentication.
Inheritance Hierarchy
System.Object
System.Net.NetworkCredential
Microsoft.Office.Server.Search.Query.CookieCredentials
Microsoft.Office.Server.Search.Query.FormsCredentials
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Class FormsCredentials _
Inherits CookieCredentials
'Usage
Dim instance As FormsCredentials
public class FormsCredentials : CookieCredentials
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.