Condividi tramite


IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfaccia

Definizione

Interfaccia per la configurazione dei servizi di autenticazione remota.

public interface IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> where TRemoteAuthenticationState : RemoteAuthenticationState where TAccount : RemoteUserAccount
type IRemoteAuthenticationBuilder<'RemoteAuthenticationState, 'Account (requires 'RemoteAuthenticationState :> RemoteAuthenticationState and 'Account :> RemoteUserAccount)> = interface
Public Interface IRemoteAuthenticationBuilder(Of TRemoteAuthenticationState, TAccount)

Parametri di tipo

TRemoteAuthenticationState

Tipo di stato di autenticazione remota.

TAccount

Tipo di account.

Proprietà

Services

Oggetto IServiceCollection.

Metodi di estensione

AddAccountClaimsPrincipalFactory<TRemoteAuthenticationState,TAccount, TAccountClaimsPrincipalFactory>(IRemoteAuthenticationBuilder<TRemoteAuthenticationState, TAccount>)

Sostituisce l'esistente AccountClaimsPrincipalFactory<TAccount> con la factory utente definita da TAccountClaimsPrincipalFactory.

Si applica a