Show / Hide Table of Contents

Class MultitenantIdentityUserLogin

Represents a login and its associated provider for a user.

Inheritance
Object
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
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Implements
ISupportMultitenant.OwnerId
Back to top Generated by DocFX