When configuring ASP.NET Core Identity, the _________ class is used to specify policies like password strength and lockout duration.

  • 'PolicySettings'
  • 'AuthorizationOptions'
  • 'IdentityOptions'
  • 'SecurityPolicies'
When configuring ASP.NET Core Identity, the 'IdentityOptions' class is used to specify various settings, including policies like password strength and lockout duration. This class allows fine-grained control over the behavior of Identity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *