Class IdentityBuilderCompatShimExtensions
Default compat shim extensions to Microsoft.AspNetCore.Identity.IdentityBuilder.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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. |