Share via


SPIdentityProviders.GetIdentityProviderType method

Gets the issuer type for the token sources from the value parameter.

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

Syntax

'Declaration
Public Shared Function GetIdentityProviderType ( _
    value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String

returnValue = SPIdentityProviders.GetIdentityProviderType(value)
public static string GetIdentityProviderType(
    string value
)

Parameters

  • value
    Type: System.String

    Specifies the value from which the issuer type is extracted.

Return value

Type: System.String
Returns String that contains the issuer type..

Exceptions

Exception Condition
ArgumentNullException

The String that contains the extracted issuer type is null or empty.

See also

Reference

SPIdentityProviders class

SPIdentityProviders members

Microsoft.SharePoint.Administration.Claims namespace