Table of Contents

Class IdentityUserLogin<TKey>

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Represents a login and its associated provider for a user.

public class IdentityUserLogin<TKey> : IdentityUserLogin<TKey>, IIdentityUserLogin<TKey> where TKey : IEquatable<TKey>

Type Parameters

TKey

The type of the primary key of the user associated with this login.

Inheritance
object
IdentityUserLogin<TKey>
Implements
Inherited Members