IdentityUser<TKey, TLogin, TRole, TClaim>.Claims Property

Namespace:  Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

'Declaration
Public Overridable Property Claims As ICollection(Of TClaim)
    Get 
    Private Set
'Usage
Dim instance As IdentityUser 
Dim value As ICollection(Of TClaim)

value = instance.Claims
public virtual ICollection<TClaim> Claims { get; private set; }
public:
virtual property ICollection<TClaim>^ Claims {
    ICollection<TClaim>^ get ();
    private: void set (ICollection<TClaim>^ value);
}
abstract Claims : ICollection<'TClaim> with get, private set 
override Claims : ICollection<'TClaim> with get, private set
function get Claims () : ICollection<TClaim>
private function set Claims (value : ICollection<TClaim>)

Property Value

Type: System.Collections.Generic.ICollection<TClaim>

See Also

Reference

IdentityUser<TKey, TLogin, TRole, TClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity