Share via


UserManager<TUser, TKey>.TwoFactorProviders Property

Gets the registered two-factor authentication providers for users by their ID.

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

Syntax

public IDictionary<string, IUserTokenProvider<TUser, TKey>> TwoFactorProviders { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, IUserTokenProvider<TUser, TKey>>
The registered two-factor authentication providers for users by their ID.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity