UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta una nuova istanza di un archivio di persistenza per i tipi di utente e ruolo specificati.
generic <typename TUser, typename TRole, typename TContext, typename TKey, typename TUserClaim, typename TUserRole, typename TUserLogin, typename TUserToken, typename TRoleClaim>
where TUser : IdentityUser<TKey, TUserClaim, TUserRole, TUserLogin> where TRole : IdentityRole<TKey, TUserRole, TRoleClaim> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey> where TUserRole : IdentityUserRole<TKey> where TUserLogin : IdentityUserLogin<TKey> where TUserToken : IdentityUserToken<TKey> where TRoleClaim : IdentityRoleClaim<TKey>public ref class UserStore abstract : IDisposable, Microsoft::AspNetCore::Identity::IQueryableUserStore<TUser>, Microsoft::AspNetCore::Identity::IUserAuthenticationTokenStore<TUser>, Microsoft::AspNetCore::Identity::IUserClaimStore<TUser>, Microsoft::AspNetCore::Identity::IUserEmailStore<TUser>, Microsoft::AspNetCore::Identity::IUserLockoutStore<TUser>, Microsoft::AspNetCore::Identity::IUserLoginStore<TUser>, Microsoft::AspNetCore::Identity::IUserPasswordStore<TUser>, Microsoft::AspNetCore::Identity::IUserPhoneNumberStore<TUser>, Microsoft::AspNetCore::Identity::IUserRoleStore<TUser>, Microsoft::AspNetCore::Identity::IUserSecurityStampStore<TUser>, Microsoft::AspNetCore::Identity::IUserStore<TUser>, Microsoft::AspNetCore::Identity::IUserTwoFactorStore<TUser>
generic <typename TUser, typename TRole, typename TContext, typename TKey, typename TUserClaim, typename TUserRole, typename TUserLogin, typename TUserToken, typename TRoleClaim>
where TUser : IdentityUser<TKey> where TRole : IdentityRole<TKey> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey>gcnew() where TUserRole : IdentityUserRole<TKey>gcnew() where TUserLogin : IdentityUserLogin<TKey>gcnew() where TUserToken : IdentityUserToken<TKey>gcnew() where TRoleClaim : IdentityRoleClaim<TKey>gcnew()public ref class UserStore : Microsoft::AspNetCore::Identity::UserStoreBase<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>
generic <typename TUser, typename TRole, typename TContext, typename TKey, typename TUserClaim, typename TUserRole, typename TUserLogin, typename TUserToken, typename TRoleClaim>
where TUser : IdentityUser<TKey> where TRole : IdentityRole<TKey> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey>gcnew() where TUserRole : IdentityUserRole<TKey>gcnew() where TUserLogin : IdentityUserLogin<TKey>gcnew() where TUserToken : IdentityUserToken<TKey>gcnew() where TRoleClaim : IdentityRoleClaim<TKey>gcnew()public ref class UserStore : Microsoft::AspNetCore::Identity::UserStoreBase<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>, IDisposable, Microsoft::AspNetCore::Identity::IProtectedUserStore<TUser>, Microsoft::AspNetCore::Identity::IUserStore<TUser>
public abstract class UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim> : IDisposable, Microsoft.AspNetCore.Identity.IQueryableUserStore<TUser>, Microsoft.AspNetCore.Identity.IUserAuthenticationTokenStore<TUser>, Microsoft.AspNetCore.Identity.IUserClaimStore<TUser>, Microsoft.AspNetCore.Identity.IUserEmailStore<TUser>, Microsoft.AspNetCore.Identity.IUserLockoutStore<TUser>, Microsoft.AspNetCore.Identity.IUserLoginStore<TUser>, Microsoft.AspNetCore.Identity.IUserPasswordStore<TUser>, Microsoft.AspNetCore.Identity.IUserPhoneNumberStore<TUser>, Microsoft.AspNetCore.Identity.IUserRoleStore<TUser>, Microsoft.AspNetCore.Identity.IUserSecurityStampStore<TUser>, Microsoft.AspNetCore.Identity.IUserStore<TUser>, Microsoft.AspNetCore.Identity.IUserTwoFactorStore<TUser> where TUser : IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin> where TRole : IdentityRole<TKey,TUserRole,TRoleClaim> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey> where TUserRole : IdentityUserRole<TKey> where TUserLogin : IdentityUserLogin<TKey> where TUserToken : IdentityUserToken<TKey> where TRoleClaim : IdentityRoleClaim<TKey>
public class UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim> : Microsoft.AspNetCore.Identity.UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim> where TUser : IdentityUser<TKey> where TRole : IdentityRole<TKey> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey>, new() where TUserRole : IdentityUserRole<TKey>, new() where TUserLogin : IdentityUserLogin<TKey>, new() where TUserToken : IdentityUserToken<TKey>, new() where TRoleClaim : IdentityRoleClaim<TKey>, new()
public class UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim> : Microsoft.AspNetCore.Identity.UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>, IDisposable, Microsoft.AspNetCore.Identity.IProtectedUserStore<TUser>, Microsoft.AspNetCore.Identity.IUserStore<TUser> where TUser : IdentityUser<TKey> where TRole : IdentityRole<TKey> where TContext : DbContext where TKey : IEquatable<TKey> where TUserClaim : IdentityUserClaim<TKey>, new() where TUserRole : IdentityUserRole<TKey>, new() where TUserLogin : IdentityUserLogin<TKey>, new() where TUserToken : IdentityUserToken<TKey>, new() where TRoleClaim : IdentityRoleClaim<TKey>, new()
type UserStore<'User, 'Role, 'Context, 'Key, 'UserClaim, 'UserRole, 'UserLogin, 'UserToken, 'RoleClaim (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin> and 'Role :> IdentityRole<'Key, 'UserRole, 'RoleClaim> and 'Context :> DbContext and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserRole :> IdentityUserRole<'Key> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserToken :> IdentityUserToken<'Key> and 'RoleClaim :> IdentityRoleClaim<'Key>)> = class
interface IUserLoginStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IDisposable
interface IUserRoleStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserClaimStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserPasswordStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserSecurityStampStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserEmailStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserLockoutStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserPhoneNumberStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IQueryableUserStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserTwoFactorStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
interface IUserAuthenticationTokenStore<'User (requires 'User :> IdentityUser<'Key, 'UserClaim, 'UserRole, 'UserLogin>)>
type UserStore<'User, 'Role, 'Context, 'Key, 'UserClaim, 'UserRole, 'UserLogin, 'UserToken, 'RoleClaim (requires 'User :> IdentityUser<'Key> and 'Role :> IdentityRole<'Key> and 'Context :> DbContext and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserToken :> IdentityUserToken<'Key> and 'UserToken : (new : unit -> 'UserToken) and 'RoleClaim :> IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))> = class
inherit UserStoreBase<'User, 'Role, 'Key, 'UserClaim, 'UserRole, 'UserLogin, 'UserToken, 'RoleClaim (requires 'User :> IdentityUser<'Key> and 'Role :> IdentityRole<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserToken :> IdentityUserToken<'Key> and 'UserToken : (new : unit -> 'UserToken) and 'RoleClaim :> IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))>
type UserStore<'User, 'Role, 'Context, 'Key, 'UserClaim, 'UserRole, 'UserLogin, 'UserToken, 'RoleClaim (requires 'User :> IdentityUser<'Key> and 'Role :> IdentityRole<'Key> and 'Context :> DbContext and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserToken :> IdentityUserToken<'Key> and 'UserToken : (new : unit -> 'UserToken) and 'RoleClaim :> IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))> = class
inherit UserStoreBase<'User, 'Role, 'Key, 'UserClaim, 'UserRole, 'UserLogin, 'UserToken, 'RoleClaim (requires 'User :> IdentityUser<'Key> and 'Role :> IdentityRole<'Key> and 'Key :> IEquatable<'Key> and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserToken :> IdentityUserToken<'Key> and 'UserToken : (new : unit -> 'UserToken) and 'RoleClaim :> IdentityRoleClaim<'Key> and 'RoleClaim : (new : unit -> 'RoleClaim))>
interface IProtectedUserStore<'User (requires 'User :> IdentityUser<'Key>)>
interface IUserStore<'User (requires 'User :> IdentityUser<'Key>)>
interface IDisposable
Public MustInherit Class UserStore(Of TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim)
Implements IDisposable, IQueryableUserStore(Of TUser), IUserAuthenticationTokenStore(Of TUser), IUserClaimStore(Of TUser), IUserEmailStore(Of TUser), IUserLockoutStore(Of TUser), IUserLoginStore(Of TUser), IUserPasswordStore(Of TUser), IUserPhoneNumberStore(Of TUser), IUserRoleStore(Of TUser), IUserSecurityStampStore(Of TUser), IUserStore(Of TUser), IUserTwoFactorStore(Of TUser)
Public Class UserStore(Of TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim)
Inherits UserStoreBase(Of TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim)
Public Class UserStore(Of TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim)
Inherits UserStoreBase(Of TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim)
Implements IDisposable, IProtectedUserStore(Of TUser), IUserStore(Of TUser)
Parametri di tipo
- TUser
Tipo che rappresenta un utente.
- TRole
Tipo che rappresenta un ruolo.
- TContext
Tipo della classe del contesto dati utilizzata per accedere all'archivio.
- TKey
Tipo della chiave primaria per un ruolo.
- TUserClaim
Tipo che rappresenta un'attestazione.
- TUserRole
Tipo che rappresenta un ruolo utente.
- TUserLogin
Tipo che rappresenta un account di accesso esterno dell'utente.
- TUserToken
Tipo che rappresenta un token utente.
- TRoleClaim
Tipo che rappresenta un'attestazione del ruolo.
- Ereditarietà
-
UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>
- Ereditarietà
-
UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>
- Derivato
- Implementazioni
-
IQueryableUserStore<TUser> IUserAuthenticationTokenStore<TUser> IUserClaimStore<TUser> IUserEmailStore<TUser> IUserLockoutStore<TUser> IUserLoginStore<TUser> IUserPasswordStore<TUser> IUserPhoneNumberStore<TUser> IUserRoleStore<TUser> IUserSecurityStampStore<TUser> IUserStore<TUser> IUserTwoFactorStore<TUser> IDisposable IProtectedUserStore<TUser>
Costruttori
UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>(TContext, IdentityErrorDescriber) |
Crea una nuova istanza dell'archivio. |
Proprietà
AutoSaveChanges |
Ottiene o imposta un flag che indica se le modifiche devono essere rese persistenti dopo la chiamata a CreateAsync, UpdateAsync e DeleteAsync. |
Context |
Ottiene il contesto del database per questo archivio. |
ErrorDescriber |
Ottiene o imposta l'oggetto IdentityErrorDescriber per qualsiasi errore che si è verificato con l'operazione corrente. |
ErrorDescriber |
Ottiene o imposta l'oggetto IdentityErrorDescriber per qualsiasi errore che si è verificato con l'operazione corrente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
Users |
Proprietà di navigazione per gli utenti contenuti nell'archivio. |
Metodi
AddClaimsAsync(TUser, IEnumerable<Claim>, CancellationToken) |
Aggiunge l'oggetto |
AddLoginAsync(TUser, UserLoginInfo, CancellationToken) |
Aggiunge l'oggetto |
AddToRoleAsync(TUser, String, CancellationToken) |
Aggiunge l'oggetto specificato |
AddUserTokenAsync(TUserToken) |
Aggiungere un nuovo token utente. |
AddUserTokenAsync(TUserToken) |
Aggiungere un nuovo token utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
ConvertIdFromString(String) |
Converte l'oggetto fornito |
ConvertIdFromString(String) |
Converte l'oggetto fornito |
ConvertIdToString(TKey) |
Converte l'oggetto fornito |
ConvertIdToString(TKey) |
Converte l'oggetto fornito |
CountCodesAsync(TUser, CancellationToken) |
Restituisce il numero di codice di ripristino ancora valido per un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
CreateAsync(TUser, CancellationToken) |
Crea l'oggetto specificato |
CreateUserClaim(TUser, Claim) |
Creare una nuova entità che rappresenta un'attestazione utente. |
CreateUserClaim(TUser, Claim) |
Chiamato per creare una nuova istanza di un oggetto IdentityUserClaim<TKey>. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
CreateUserLogin(TUser, UserLoginInfo) |
Creare una nuova entità che rappresenta un account di accesso utente. |
CreateUserLogin(TUser, UserLoginInfo) |
Chiamato per creare una nuova istanza di un oggetto IdentityUserLogin<TKey>. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
CreateUserRole(TUser, TRole) |
Crea una nuova entità per rappresentare un ruolo utente. |
CreateUserRole(TUser, TRole) |
Chiamato per creare una nuova istanza di un oggetto IdentityUserRole<TKey>. (Ereditato da UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) |
CreateUserToken(TUser, String, String, String) |
Creare una nuova entità che rappresenta un token utente. |
CreateUserToken(TUser, String, String, String) |
Chiamato per creare una nuova istanza di un oggetto IdentityUserToken<TKey>. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
DeleteAsync(TUser, CancellationToken) |
Elimina l'oggetto specificato |
Dispose() |
Elimina l'archivio |
Dispose() |
Elimina l'archivio (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
FindByEmailAsync(String, CancellationToken) |
Ottiene l'utente, se presente, associato all'indirizzo di posta elettronica normalizzato specificato. |
FindByIdAsync(String, CancellationToken) |
Trova e restituisce un utente, se presente, che ha l'oggetto specificato |
FindByLoginAsync(String, String, CancellationToken) |
Recupera l'utente associato al provider di accesso e alla chiave del provider di accesso specificati. |
FindByNameAsync(String, CancellationToken) |
Trova e restituisce un utente, se presente, con il nome utente normalizzato specificato. |
FindRoleAsync(String, CancellationToken) |
Restituisce un ruolo con il nome normalizzato, se esistente. |
FindTokenAsync(TUser, String, String, CancellationToken) |
Trovare un token utente, se esistente. |
FindUserAsync(TKey, CancellationToken) |
Restituisce un utente con l'id utente corrispondente, se esistente. |
FindUserAsync(TKey, CancellationToken) |
Restituisce un utente con l'id utente corrispondente, se esistente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
FindUserLoginAsync(String, String, CancellationToken) |
Restituisce un account di accesso utente con provider, providerKey, se esistente. |
FindUserLoginAsync(TKey, String, String, CancellationToken) |
Restituisce un account di accesso utente con l'id utente corrispondente, il provider, providerKey, se esistente. |
FindUserLoginAsync(TKey, String, String, CancellationToken) |
Restituisce un account di accesso utente con l'id utente corrispondente, il provider, providerKey, se esistente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
FindUserRoleAsync(TKey, TKey, CancellationToken) |
Restituisce un ruolo utente per userId e roleId, se esistente. |
FindUserRoleAsync(TKey, TKey, CancellationToken) |
Restituisce un ruolo utente per userId e roleId, se esistente. (Ereditato da UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) |
GetAccessFailedCountAsync(TUser, CancellationToken) |
Recupera il numero di accessi non riusciti correnti per l'oggetto specificato |
GetAccessFailedCountAsync(TUser, CancellationToken) |
Recupera il numero di accessi non riusciti correnti per l'oggetto specificato |
GetAuthenticatorKeyAsync(TUser, CancellationToken) |
Ottenere la chiave dell'autenticatore per l'oggetto specificato |
GetClaimsAsync(TUser, CancellationToken) |
Ottiene le attestazioni associate all'oggetto specificato |
GetEmailAsync(TUser, CancellationToken) |
Ottiene l'indirizzo di posta elettronica per l'oggetto specificato |
GetEmailAsync(TUser, CancellationToken) |
Ottiene l'indirizzo di posta elettronica per l'oggetto specificato |
GetEmailConfirmedAsync(TUser, CancellationToken) |
Ottiene un flag che indica se l'indirizzo di posta elettronica per l'oggetto specificato |
GetEmailConfirmedAsync(TUser, CancellationToken) |
Ottiene un flag che indica se l'indirizzo di posta elettronica per l'oggetto specificato |
GetLockoutEnabledAsync(TUser, CancellationToken) |
Recupera un flag che indica se il blocco utente può essere abilitato per l'utente specificato. |
GetLockoutEnabledAsync(TUser, CancellationToken) |
Recupera un flag che indica se il blocco utente può essere abilitato per l'utente specificato. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
GetLockoutEndDateAsync(TUser, CancellationToken) |
Ottiene l'ultimo DateTimeOffset blocco di un utente scaduto, se presente. Ogni volta che in passato deve essere indicato che un utente non è bloccato. |
GetLockoutEndDateAsync(TUser, CancellationToken) |
Ottiene l'ultimo DateTimeOffset blocco di un utente scaduto, se presente. Ogni volta che in passato deve essere indicato che un utente non è bloccato. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
GetLoginsAsync(TUser, CancellationToken) |
Recupera gli account di accesso associati per l'oggetto specificato. |
GetNormalizedEmailAsync(TUser, CancellationToken) |
Restituisce il messaggio di posta elettronica normalizzato per l'oggetto specificato |
GetNormalizedEmailAsync(TUser, CancellationToken) |
Restituisce il messaggio di posta elettronica normalizzato per l'oggetto specificato |
GetNormalizedUserNameAsync(TUser, CancellationToken) |
Ottiene il nome utente normalizzato per l'oggetto specificato |
GetNormalizedUserNameAsync(TUser, CancellationToken) |
Ottiene il nome utente normalizzato per l'oggetto specificato |
GetPasswordHashAsync(TUser, CancellationToken) |
Ottiene l'hash della password per un utente. |
GetPasswordHashAsync(TUser, CancellationToken) |
Ottiene l'hash della password per un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
GetPhoneNumberAsync(TUser, CancellationToken) |
Ottiene il numero di telefono, se presente, per l'oggetto specificato |
GetPhoneNumberAsync(TUser, CancellationToken) |
Ottiene il numero di telefono, se presente, per l'oggetto specificato |
GetPhoneNumberConfirmedAsync(TUser, CancellationToken) |
Ottiene un flag che indica se il |
GetPhoneNumberConfirmedAsync(TUser, CancellationToken) |
Ottiene un flag che indica se il |
GetRolesAsync(TUser, CancellationToken) |
Recupera i ruoli di cui è membro l'oggetto specificato |
GetSecurityStampAsync(TUser, CancellationToken) |
Ottenere il timbro di sicurezza per l'oggetto specificato |
GetSecurityStampAsync(TUser, CancellationToken) |
Ottenere il timbro di sicurezza per l'oggetto specificato |
GetTokenAsync(TUser, String, String, CancellationToken) |
Restituisce il valore del token. |
GetTokenAsync(TUser, String, String, CancellationToken) |
Restituisce il valore del token. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
GetTwoFactorEnabledAsync(TUser, CancellationToken) |
Restituisce un flag che indica se l'autenticazione a due fattori specificata |
GetTwoFactorEnabledAsync(TUser, CancellationToken) |
Restituisce un flag che indica se l'autenticazione a due fattori specificata |
GetUserIdAsync(TUser, CancellationToken) |
Ottiene l'identificatore utente per l'oggetto specificato |
GetUserIdAsync(TUser, CancellationToken) |
Ottiene l'identificatore utente per l'oggetto specificato |
GetUserNameAsync(TUser, CancellationToken) |
Ottiene il nome utente per l'oggetto specificato |
GetUserNameAsync(TUser, CancellationToken) |
Ottiene il nome utente per l'oggetto specificato |
GetUsersForClaimAsync(Claim, CancellationToken) |
Recupera tutti gli utenti con l'attestazione specificata. |
GetUsersInRoleAsync(String, CancellationToken) |
Recupera tutti gli utenti nel ruolo specificato. |
HasPasswordAsync(TUser, CancellationToken) |
Restituisce un flag che indica se l'utente specificato ha una password. |
HasPasswordAsync(TUser, CancellationToken) |
Restituisce un flag che indica se l'utente specificato ha una password. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
IncrementAccessFailedCountAsync(TUser, CancellationToken) |
Registra che si è verificato un accesso non riuscito, incrementando il numero di accessi non riusciti. |
IncrementAccessFailedCountAsync(TUser, CancellationToken) |
Registra che si è verificato un accesso non riuscito, incrementando il numero di accessi non riusciti. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
IsInRoleAsync(TUser, String, CancellationToken) |
Restituisce un flag che indica se l'utente specificato è un membro dell'oggetto give |
RedeemCodeAsync(TUser, String, CancellationToken) |
Restituisce un valore che indica se un codice di ripristino è valido per un utente. Nota: i codici di ripristino sono validi una sola volta e non saranno validi dopo l'uso. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
RemoveClaimsAsync(TUser, IEnumerable<Claim>, CancellationToken) |
Rimuove l'oggetto |
RemoveFromRoleAsync(TUser, String, CancellationToken) |
Rimuove l'oggetto specificato |
RemoveLoginAsync(TUser, String, String, CancellationToken) |
Rimuove l'oggetto |
RemoveTokenAsync(TUser, String, String, CancellationToken) |
Elimina un token per un utente. |
RemoveTokenAsync(TUser, String, String, CancellationToken) |
Elimina un token per un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
RemoveUserTokenAsync(TUserToken) |
Rimuovere un nuovo token utente. |
RemoveUserTokenAsync(TUserToken) |
Rimuovere un nuovo token utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
ReplaceClaimAsync(TUser, Claim, Claim, CancellationToken) |
Sostituisce l'oggetto |
ReplaceCodesAsync(TUser, IEnumerable<String>, CancellationToken) |
Aggiornamenti i codici di ripristino per l'utente durante l'invalidazione di eventuali codici di ripristino precedenti. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
ResetAccessFailedCountAsync(TUser, CancellationToken) |
Reimposta il numero di accessi non riusciti di un utente. |
ResetAccessFailedCountAsync(TUser, CancellationToken) |
Reimposta il numero di accessi non riusciti di un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
SaveChanges(CancellationToken) |
Salva l'archivio corrente. |
SetAuthenticatorKeyAsync(TUser, String, CancellationToken) |
Imposta la chiave dell'autenticatore per l'oggetto specificato |
SetEmailAsync(TUser, String, CancellationToken) |
Imposta l'indirizzo |
SetEmailAsync(TUser, String, CancellationToken) |
Imposta l'indirizzo |
SetEmailConfirmedAsync(TUser, Boolean, CancellationToken) |
Imposta il flag che indica se l'indirizzo di posta elettronica specificato |
SetEmailConfirmedAsync(TUser, Boolean, CancellationToken) |
Imposta il flag che indica se l'indirizzo di posta elettronica specificato |
SetLockoutEnabledAsync(TUser, Boolean, CancellationToken) |
Impostare il flag che indica se l'oggetto specificato |
SetLockoutEnabledAsync(TUser, Boolean, CancellationToken) |
Impostare il flag che indica se l'oggetto specificato |
SetLockoutEndDateAsync(TUser, Nullable<DateTimeOffset>, CancellationToken) |
Blocca un utente fino al superamento della data di fine specificata. L'impostazione di una data di fine nel passato sblocca immediatamente un utente. |
SetLockoutEndDateAsync(TUser, Nullable<DateTimeOffset>, CancellationToken) |
Blocca un utente fino al superamento della data di fine specificata. L'impostazione di una data di fine nel passato sblocca immediatamente un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
SetNormalizedEmailAsync(TUser, String, CancellationToken) |
Imposta il messaggio di posta elettronica normalizzato per l'oggetto specificato |
SetNormalizedEmailAsync(TUser, String, CancellationToken) |
Imposta il messaggio di posta elettronica normalizzato per l'oggetto specificato |
SetNormalizedUserNameAsync(TUser, String, CancellationToken) |
Imposta il nome normalizzato specificato per l'oggetto specificato |
SetNormalizedUserNameAsync(TUser, String, CancellationToken) |
Imposta il nome normalizzato specificato per l'oggetto specificato |
SetPasswordHashAsync(TUser, String, CancellationToken) |
Imposta l'hash della password per un utente. |
SetPasswordHashAsync(TUser, String, CancellationToken) |
Imposta l'hash della password per un utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
SetPhoneNumberAsync(TUser, String, CancellationToken) |
Imposta il numero di telefono per l'oggetto specificato |
SetPhoneNumberAsync(TUser, String, CancellationToken) |
Imposta il numero di telefono per l'oggetto specificato |
SetPhoneNumberConfirmedAsync(TUser, Boolean, CancellationToken) |
Imposta un flag che indica se il numero di telefono specificato |
SetPhoneNumberConfirmedAsync(TUser, Boolean, CancellationToken) |
Imposta un flag che indica se il numero di telefono specificato |
SetSecurityStampAsync(TUser, String, CancellationToken) |
Imposta la sicurezza |
SetSecurityStampAsync(TUser, String, CancellationToken) |
Imposta la sicurezza |
SetTokenAsync(TUser, String, String, String, CancellationToken) |
Imposta il valore del token per un determinato utente. |
SetTokenAsync(TUser, String, String, String, CancellationToken) |
Imposta il valore del token per un determinato utente. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
SetTwoFactorEnabledAsync(TUser, Boolean, CancellationToken) |
Imposta un flag che indica se l'autenticazione a due fattori specificata |
SetTwoFactorEnabledAsync(TUser, Boolean, CancellationToken) |
Imposta un flag che indica se l'autenticazione a due fattori specificata |
SetUserNameAsync(TUser, String, CancellationToken) |
Imposta l'oggetto specificato |
SetUserNameAsync(TUser, String, CancellationToken) |
Imposta l'oggetto specificato |
ThrowIfDisposed() |
Genera un'eccezione se questa classe è stata eliminata. |
ThrowIfDisposed() |
Genera un'eccezione se questa classe è stata eliminata. (Ereditato da UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) |
UpdateAsync(TUser, CancellationToken) |
Aggiornamenti l'oggetto specificato |