Share via


SignInManager<TUser, TKey>.ConvertIdToString Method (TKey)

 

Convert a TKey userId to a string, by default this just calls ToString()

Namespace:   Microsoft.AspNet.Identity.Owin
Assembly:  Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)

Syntax

public virtual string ConvertIdToString(
    TKey id
)
public:
virtual String^ ConvertIdToString(
    TKey id
)
abstract ConvertIdToString : 
        id:'TKey -> string
override ConvertIdToString : 
        id:'TKey -> string
Public Overridable Function ConvertIdToString (
    id As TKey
) As String

Parameters

Return Value

Type: System.String

See Also

SignInManager<TUser, TKey> Class
Microsoft.AspNet.Identity.Owin Namespace

Return to top