IdentityRole<TKey,TUserRole>.Claims Property

Definition

Navigation property for claims in the role

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

Property Value

ICollection<IdentityRoleClaim<TKey>>

Applies to