Share via


SPTrustedLoginProvider.ClaimProviderName property

Gets or sets the name of the claims provider for the login provider.

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

Syntax

'Declaration
Public Property ClaimProviderName As String
    Get
    Set
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As String

value = instance.ClaimProviderName

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

Property value

Type: System.String
The name of the claims provider for the login provider.

Exceptions

Exception Condition
ArgumentNullException

The assigned value is null .

See also

Reference

SPTrustedLoginProvider class

SPTrustedLoginProvider members

Microsoft.SharePoint.Administration.Claims namespace