IdentityRole<TKey,TUserRole,TRoleClaim>.Claims 속성

정의

이 역할의 클레임에 대한 탐색 속성입니다.

public:
 virtual property System::Collections::Generic::ICollection<TRoleClaim> ^ Claims { System::Collections::Generic::ICollection<TRoleClaim> ^ get(); };
public virtual System.Collections.Generic.ICollection<TRoleClaim> Claims { get; }
member this.Claims : System.Collections.Generic.ICollection<'RoleClaim (requires 'RoleClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key>)>
Public Overridable ReadOnly Property Claims As ICollection(Of TRoleClaim)

속성 값

ICollection<TRoleClaim>

적용 대상