IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Schnittstelle zum Konfigurieren von Remoteauthentifizierungsdiensten.
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)
Typparameter
- TRemoteAuthenticationState
Der Remoteauthentifizierungsstatustyp.
- TAccount
Der Kontotyp.
Eigenschaften
Services |
Die IServiceCollection. |
Erweiterungsmethoden
AddAccountClaimsPrincipalFactory<TRemoteAuthenticationState,TAccount, TAccountClaimsPrincipalFactory>(IRemoteAuthenticationBuilder<TRemoteAuthenticationState, TAccount>) |
Ersetzt die vorhandene AccountClaimsPrincipalFactory<TAccount> durch die durch |