UserManager<TUser>.SupportsUserAuthenticationTokens Property

Definition

Gets a flag indicating whether the backing user store supports authentication tokens.

public:
 virtual property bool SupportsUserAuthenticationTokens { bool get(); };
public virtual bool SupportsUserAuthenticationTokens { get; }
member this.SupportsUserAuthenticationTokens : bool
Public Overridable ReadOnly Property SupportsUserAuthenticationTokens As Boolean

Property Value

true if the backing user store supports authentication tokens, otherwise false.

Applies to