IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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 |