IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Arabirim

Tanım

Uzak kimlik doğrulama hizmetlerini yapılandırmak için bir arabirim.

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)

Tür Parametreleri

TRemoteAuthenticationState

Uzak kimlik doğrulama durumu türü.

TAccount

Hesap türü.

Özellikler

Services

IServiceCollection.

Uzantı Metotları

AddAccountClaimsPrincipalFactory<TRemoteAuthenticationState,TAccount, TAccountClaimsPrincipalFactory>(IRemoteAuthenticationBuilder<TRemoteAuthenticationState, TAccount>)

var olanı AccountClaimsPrincipalFactory<TAccount> ile TAccountClaimsPrincipalFactorytanımlanan kullanıcı fabrikasının yerini alır.

Şunlara uygulanır