Aracılığıyla paylaş


SPOriginalIssuers.GetIssuerType Method

Returns the issuer type from the input.

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

Syntax

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

returnValue = SPOriginalIssuers.GetIssuerType(value)
public static SPOriginalIssuerType GetIssuerType(
    string value
)

Parameters

  • value
    Type: System.String

    A string that contains a value to extract the issuer type from.

Return Value

Type: Microsoft.SharePoint.Administration.Claims.SPOriginalIssuerType
The SPOriginalIssuerType extracted from the value parameter.

Exceptions

Exception Condition
ArgumentNullException

Thrown when the value is null.

See Also

Reference

SPOriginalIssuers Class

SPOriginalIssuers Members

Microsoft.SharePoint.Administration.Claims Namespace