Udostępnij przez


IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interfejs

Definicja

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.

Dotyczy