FormsAuthCredentials.AuthSchemeName property

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

Syntax

'Declaration
Public Property AuthSchemeName As String
    Get
    Set
'Usage
Dim instance As FormsAuthCredentials
Dim value As String

value = instance.AuthSchemeName

instance.AuthSchemeName = value
public string AuthSchemeName { get; set; }

Property value

Type: System.String
A string containing the authentication scheme name.

See also

Reference

FormsAuthCredentials class

FormsAuthCredentials members

Microsoft.Office.Server.Search.Administration namespace