Udostępnij za pośrednictwem


IdentityUser<TKey> Konstruktory

Definicja

Przeciążenia

IdentityUser<TKey>()

Inicjuje nowe wystąpienie klasy IdentityUser<TKey>.

IdentityUser<TKey>(String)

Inicjuje nowe wystąpienie klasy IdentityUser<TKey>.

IdentityUser<TKey>()

Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs

Inicjuje nowe wystąpienie klasy IdentityUser<TKey>.

public:
 IdentityUser();
public IdentityUser ();
Public Sub New ()

Dotyczy

IdentityUser<TKey>(String)

Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs
Źródło:
IdentityUser.cs

Inicjuje nowe wystąpienie klasy IdentityUser<TKey>.

public:
 IdentityUser(System::String ^ userName);
public IdentityUser (string userName);
new Microsoft.AspNetCore.Identity.IdentityUser<'Key (requires 'Key :> IEquatable<'Key>)> : string -> Microsoft.AspNetCore.Identity.IdentityUser<'Key (requires 'Key :> IEquatable<'Key>)>
Public Sub New (userName As String)

Parametry

userName
String

Nazwa użytkownika.

Dotyczy