IdentityRole<TKey,TUserRole>.Claims Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Propiedad de navegación para las notificaciones en el rol
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))
Valor de propiedad
- ICollection<IdentityRoleClaim<TKey>>