CookiesAuthenticationControl class

Specifies a control that is part of the Search Administration user interface (UI), used to set credentials for locations using cookie authentication.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.Office.Server.Search.WebControls.CookiesAuthenticationControl

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.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class CookiesAuthenticationControl _
    Inherits WebControl _
    Implements INamingContainer
'Usage
Dim instance As CookiesAuthenticationControl
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class CookiesAuthenticationControl : WebControl, 
    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.

See also

Reference

CookiesAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace