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.StringSpecifies 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. |