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