IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interface

Définition

Interface pour la configuration des services d’authentification à distance.

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)

Paramètres de type

TRemoteAuthenticationState

Type d’état d’authentification distante.

TAccount

Type de compte.

Propriétés

Services

L’IServiceCollectionopérateur

Méthodes d’extension

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

Remplace l’existant AccountClaimsPrincipalFactory<TAccount> par la fabrique utilisateur définie par TAccountClaimsPrincipalFactory.

S’applique à