UserManager<TUser>.CountRecoveryCodesAsync(TUser) Method
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.
Returns how many recovery code are still valid for a user.
public:
virtual System::Threading::Tasks::Task<int> ^ CountRecoveryCodesAsync(TUser user);
public virtual System.Threading.Tasks.Task<int> CountRecoveryCodesAsync (TUser user);
abstract member CountRecoveryCodesAsync : 'User -> System.Threading.Tasks.Task<int>
override this.CountRecoveryCodesAsync : 'User -> System.Threading.Tasks.Task<int>
Public Overridable Function CountRecoveryCodesAsync (user As TUser) As Task(Of Integer)
Parameters
- user
- TUser
The user.
Returns
How many recovery code are still valid for a user.