UserManager<TUser>.SupportsUserAuthenticationTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.