Share via


PasswordValidator<TUser>(IdentityErrorDescriber) コンストラクター

定義

の新しいインスタンスを PasswordValidator<TUser>構築します。

public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber errors = default);
public PasswordValidator (Microsoft.AspNetCore.Identity.IdentityErrorDescriber? errors = default);
new Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)> : Microsoft.AspNetCore.Identity.IdentityErrorDescriber -> Microsoft.AspNetCore.Identity.PasswordValidator<'User (requires 'User : null)>
Public Sub New (Optional errors As IdentityErrorDescriber = Nothing)

パラメーター

errors
IdentityErrorDescriber

IdentityErrorDescriberエラー テキストの取得元の 。

適用対象