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置き換えます。

適用対象