IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート認証サービスを構成するためのインターフェイス。
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 |
拡張メソッド
AddAccountClaimsPrincipalFactory<TRemoteAuthenticationState,TAccount, TAccountClaimsPrincipalFactory>(IRemoteAuthenticationBuilder<TRemoteAuthenticationState, TAccount>) |
既存 AccountClaimsPrincipalFactory<TAccount> の を、 で定義されたユーザー ファクトリに |