FormsAuthenticationControl Class
Specifies a Search Administration User interface (UI) control that is used when configuring federated locations to set credentials for locations that are configured to use forms authentication.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.Office.Server.Search.WebControls.FormsAuthenticationControl
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class FormsAuthenticationControl _
Inherits WebControl _
Implements IPostBackEventHandler, INamingContainer
'Usage
Dim instance As FormsAuthenticationControl
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class FormsAuthenticationControl : WebControl,
IPostBackEventHandler, INamingContainer
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.