Freigeben über


IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Schnittstelle

Definition

Eine Schnittstelle zum Konfigurieren von Remoteauthentifizierungsdiensten.

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)

Typparameter

TRemoteAuthenticationState

Der Remoteauthentifizierungsstatustyp.

TAccount

Der Kontotyp.

Gilt für: