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 identifier from the input.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetIssuerIdentifier ( _
value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String
returnValue = SPOriginalIssuers.GetIssuerIdentifier(value)
public static string GetIssuerIdentifier(
string value
)
Parameters
value
Type: System.StringA string that contains the value to extract the issuer identifier from.
Return value
Type: System.String
A string that contains the issuer identifier.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the value is null. |