Class MultitenantIdentityUserLogin
Represents a login and its associated provider for a user.
Inheritance
Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>
MultitenantIdentityUserLogin
Inherited Members
Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>.LoginProvider
Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>.ProviderKey
Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>.ProviderDisplayName
Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>.UserId
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public class MultitenantIdentityUserLogin : IdentityUserLogin<Guid>, ISupportMultitenant
Properties
TenantId
Gets or sets the identity of the tenant that this user belongs to.
Declaration
public Guid TenantId { get; set; }
Property Value
|
System.Guid
|
Explicit Interface Implementations
ISupportMultitenant.OwnerId
Declaration
Guid ISupportMultitenant.OwnerId { get; }
Returns
|
System.Guid
|