Show / Hide Table of Contents

Class IdentityBuilderCompatShimExtensions

Default compat shim extensions to Microsoft.AspNetCore.Identity.IdentityBuilder.

Inheritance
Object
IdentityBuilderCompatShimExtensions
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.MembershipCompatShim.dll
Syntax
public static class IdentityBuilderCompatShimExtensions

Methods

AddMembershipPasswordHasher(IdentityBuilder)

Replaces the standard password hasher with one that handles password hashed both with Identity and Membership.

Declaration
public static IdentityBuilder AddMembershipPasswordHasher(this IdentityBuilder builder)
Parameters
Microsoft.AspNetCore.Identity.IdentityBuilder builder

The Microsoft.AspNetCore.Identity.IdentityBuilder.

Returns
Microsoft.AspNetCore.Identity.IdentityBuilder

The Microsoft.AspNetCore.Identity.IdentityBuilder.

AddSimpleMembershipPasswordHasher(IdentityBuilder)

Replaces the standard password hasher with one that handles password hashed both with Identity and SimpleMembership.

Declaration
public static IdentityBuilder AddSimpleMembershipPasswordHasher(this IdentityBuilder builder)
Parameters
Microsoft.AspNetCore.Identity.IdentityBuilder builder

The Microsoft.AspNetCore.Identity.IdentityBuilder.

Returns
Microsoft.AspNetCore.Identity.IdentityBuilder

The Microsoft.AspNetCore.Identity.IdentityBuilder.

Back to top Generated by DocFX