SignInManager<TUser, TKey>.GetVerifiedUserIdAsync Method ()

 

Get the user id that has been verified already or null.

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

Syntax

public Task<TKey> GetVerifiedUserIdAsync()
public:
Task<TKey>^ GetVerifiedUserIdAsync()
member GetVerifiedUserIdAsync : unit -> Task<'TKey>
Public Function GetVerifiedUserIdAsync As Task(Of TKey)

Return Value

Type: System.Threading.Tasks.Task<TKey>

See Also

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

Return to top