SPTrustedAuthenticationProvider.LoginProviderName property

Gets the name of the login provider that is trusted.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property LoginProviderName As String
    Get
'Usage
Dim instance As SPTrustedAuthenticationProvider
Dim value As String

value = instance.LoginProviderName
public string LoginProviderName { get; }

Property value

Type: System.String
A String that contains the name of the login provider.

See also

Reference

SPTrustedAuthenticationProvider class

SPTrustedAuthenticationProvider members

Microsoft.SharePoint.Administration namespace