SPClaimTypes.IdentityProvider property

Gets a string that represents ClaimType used in an SPClaim object that contains information to help determine the identity provider.

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

Syntax

'Declaration
Public Shared ReadOnly Property IdentityProvider As String
    Get
'Usage
Dim value As String

value = SPClaimTypes.IdentityProvider
public static string IdentityProvider { get; }

Property value

Type: System.String
Always returns a string that contains “https://schemas.microsoft.com/sharepoint/2009/08/claims/identityprovider”.

See also

Reference

SPClaimTypes class

SPClaimTypes members

Microsoft.SharePoint.Administration.Claims namespace