Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |