Share via


RoleValidator<TRole>(IdentityErrorDescriber) コンストラクター

定義

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

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

パラメーター

errors
IdentityErrorDescriber

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

適用対象