MobileAppTokenHandler.TryParseUserId Method (String, String, String)

 

Namespace:   Microsoft.Azure.Mobile.Server.Authentication
Assembly:  Microsoft.Azure.Mobile.Server.Authentication (in Microsoft.Azure.Mobile.Server.Authentication.dll)

Syntax

public virtual bool TryParseUserId(
    string userId,
    out string providerName,
    out string providerUserId
)
public:
virtual bool TryParseUserId(
    String^ userId,
    [OutAttribute] String^% providerName,
    [OutAttribute] String^% providerUserId
)
abstract TryParseUserId : 
        userId:string *
        providerName:string byref *
        providerUserId:string byref -> bool
override TryParseUserId : 
        userId:string *
        providerName:string byref *
        providerUserId:string byref -> bool
Public Overridable Function TryParseUserId (
    userId As String,
    <OutAttribute> ByRef providerName As String,
    <OutAttribute> ByRef providerUserId As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

Implements

IMobileAppTokenHandler.TryParseUserId(String, String, String)

See Also

MobileAppTokenHandler Class
Microsoft.Azure.Mobile.Server.Authentication Namespace

Return to top