IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfaz

Definición

Interfaz para configurar servicios de autenticación 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)

Parámetros de tipo

TRemoteAuthenticationState

Tipo de estado de autenticación remota.

TAccount

Tipo de cuenta.

Propiedades

Services

IServiceCollection.

Métodos de extensión

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

Reemplaza el existente AccountClaimsPrincipalFactory<TAccount> por el generador de usuarios definido por TAccountClaimsPrincipalFactory.

Se aplica a