Share via


SPTrustedAuthenticationProvider.LoginProviderName Property

Gets the name of the login provider that is trusted.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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