RoleValidator<TRole>(IdentityErrorDescriber) Oluşturucu

Tanım

RoleValidator<TRole> öğesinin yeni bir örneğini oluşturur.

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)

Parametreler

errors
IdentityErrorDescriber

Hata IdentityErrorDescriber iletilerini sağlayıcı olarak kullanmak için kullanılır.

Şunlara uygulanır