Поделиться через


IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Интерфейс

Определение

Интерфейс для настройки служб удаленной проверки подлинности.

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

Тип состояния удаленной проверки подлинности.

TAccount

Тип учетной записи.

Свойства

Services

IServiceCollection.

Методы расширения

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

Заменяет существующий AccountClaimsPrincipalFactory<TAccount> фабрикой пользователей, определенной .TAccountClaimsPrincipalFactory

Применяется к