IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interface

Définition

Interface pour la configuration des services d’authentification à distance.

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)

Paramètres de type

TRemoteAuthenticationState

Type d’état d’authentification distante.

TAccount

Type de compte.

S’applique à