IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfejs

Definicja

Interfejs do konfigurowania usług uwierzytelniania zdalnego.

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 stanu uwierzytelniania zdalnego.

TAccount

Typ konta.

Właściwości

Services

Element IServiceCollection.

Metody rozszerzania

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

Zastępuje istniejącą AccountClaimsPrincipalFactory<TAccount> fabrykę użytkownika zdefiniowaną przez TAccountClaimsPrincipalFactory.

Dotyczy