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.