Show / Hide Table of Contents

Class IdentityBuilderExtensions

Default IP2Location extensions to ExtendedIdentityBuilder.

Inheritance
Object
IdentityBuilderExtensions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Back to top Generated by DocFX