UserManager<TUser>.SupportsUserAuthenticatorKey Property

Definition

Gets a flag indicating whether the backing user store supports a user authenticator.

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

Property Value

true if the backing user store supports a user authenticator, otherwise false.

Applies to