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