IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Rozhraní

Definice

Rozhraní pro konfiguraci vzdálených ověřovacích služeb.

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)

Parametry typu

TRemoteAuthenticationState

Typ stavu vzdáleného ověřování.

TAccount

Typ účtu.

Vlastnosti

Services

Hodnota IServiceCollection

Metody rozšíření

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

Nahradí stávající AccountClaimsPrincipalFactory<TAccount> objekt uživatelem definovaným uživatelem TAccountClaimsPrincipalFactory.

Platí pro