Class MultitenantPasswordValidator<TUser>
Inheritance
Microsoft.AspNetCore.Identity.PasswordValidator<TUser>
ExtendedPasswordValidator<TUser>
MultitenantPasswordValidator<TUser>
Inherited Members
Microsoft.AspNetCore.Identity.PasswordValidator<TUser>.IsLower(System.Char)
Microsoft.AspNetCore.Identity.PasswordValidator<TUser>.IsLetterOrDigit(System.Char)
Microsoft.AspNetCore.Identity.PasswordValidator<TUser>.Describer
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.dll
Syntax
public class MultitenantPasswordValidator<TUser> : ExtendedPasswordValidator<TUser>, IPasswordValidator<TUser> where TUser : class, IMultitenantUser
Type Parameters
TUser
|
Constructors
MultitenantPasswordValidator(IOptionsSnapshot<TenantIdentityOptions>, ExtendedIdentityErrorDescriber)
Declaration
public MultitenantPasswordValidator(IOptionsSnapshot<TenantIdentityOptions> tenantIdentityOptionsAccessor, ExtendedIdentityErrorDescriber errors = null)
Parameters
IOptionsSnapshot<TenantIdentityOptions>
tenantIdentityOptionsAccessor
|
ExtendedIdentityErrorDescriber
errors
|