Share via


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

定義

UserValidator<TUser> の新しいインスタンスを作成します。

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

パラメーター

errors
IdentityErrorDescriber

IdentityErrorDescriberエラー メッセージのプロバイダーに使用される 。

適用対象