Table of Contents

Class LoginAttemptConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class LoginAttemptConfiguration
Inheritance
object
LoginAttemptConfiguration

Methods

Configure(EntityTypeBuilder<LoginAttempt>)

Configures the entity of type LoginAttempt.

public void Configure(EntityTypeBuilder<LoginAttempt> builder)

Parameters

builder EntityTypeBuilder<LoginAttempt>

The builder to be used to configure the entity type.