IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface for configuring remote authentication services.
C#
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)
- TRemoteAuthenticationState
The remote authentication state type.
- TAccount
The account type.
Add |
Replaces the existing AccountClaimsPrincipalFactory<TAccount> with the user factory defined by |
Product | Versions |
---|---|
ASP.NET Core | 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |