IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfaccia
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.
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)
- TRemoteAuthenticationState
Tipo di stato di autenticazione remota.
- TAccount
Tipo di account.
Services |
Oggetto IServiceCollection. |
Add |
Sostituisce l'esistente AccountClaimsPrincipalFactory<TAccount> con la factory utente definita da |