Aracılığıyla paylaş


SPOriginalIssuers.GetIssuerIdentifier Method

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

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

See Also

Reference

SPOriginalIssuers Class

SPOriginalIssuers Members

Microsoft.SharePoint.Administration.Claims Namespace