Class IdentityBuilderExtensions
Default IP2Location extensions to ExtendedIdentityBuilder.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.IP2Location.dll
Syntax
public static class IdentityBuilderExtensions
Methods
AddIP2LocationLiteDatabase<T>(T, IPAddressLocationOptions)
Adds support for IP address location, by using the IP2Location Lite database.
Declaration
public static T AddIP2LocationLiteDatabase<T>(this T builder, IPAddressLocationOptions options)
where T : ExtendedIdentityBuilder
Parameters
T
builder
|
IPAddressLocationOptions
options
|
Returns
T
|
Type Parameters
T
|