AuthMode Enumeration
Specifies the authentication mode for the authentication control Web Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration AuthMode
'Usage
Dim instance As AuthMode
public enum AuthMode
Members
| Member name | Description | |
|---|---|---|
| Cookie | Cookie-based authentication mode. | |
| Form | Forms authentication mode. |