IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Claims Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigation property for the claims this user possesses.
public:
virtual property System::Collections::Generic::ICollection<TUserClaim> ^ Claims { System::Collections::Generic::ICollection<TUserClaim> ^ get(); };
public virtual System.Collections.Generic.ICollection<TUserClaim> Claims { get; }
member this.Claims : System.Collections.Generic.ICollection<'UserClaim>
Public Overridable ReadOnly Property Claims As ICollection(Of TUserClaim)
Property Value
ICollection<TUserClaim>