Tenant.DecodeClaim method

Returns a string that represents the decoded claim (the login name) for the specified encoded claim.

Namespace:  Microsoft.Online.SharePoint.TenantAdministration
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)

Syntax

'Declaration
Public Overridable Function DecodeClaim ( _
    identifier As String _
) As ClientResult(Of String)
'Usage
Dim instance As Tenant
Dim identifier As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.DecodeClaim(identifier)
public virtual ClientResult<string> DecodeClaim(
    string identifier
)

Parameters

  • identifier
    Type: System.String

    A string that represents the encoded claim.

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>
String

See also

Reference

Tenant class

Tenant members

Microsoft.Online.SharePoint.TenantAdministration namespace