MsalWebAssemblyServiceCollectionExtensions.AddMsalAuthentication Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
AddMsalAuthentication(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>) |
Добавляет проверку подлинности с помощью msal.js в приложения Blazor. |
AddMsalAuthentication<TRemoteAuthenticationState,TAccount>(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>) |
Добавляет проверку подлинности с помощью msal.js в приложения Blazor. |
AddMsalAuthentication<TRemoteAuthenticationState>(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>) |
Добавляет проверку подлинности с помощью msal.js в приложения Blazor. |
AddMsalAuthentication(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>)
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
Добавляет проверку подлинности с помощью msal.js в приложения Blazor.
public static Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState,Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount> AddMsalAuthentication (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> configure);
static member AddMsalAuthentication : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount>
<Extension()>
Public Function AddMsalAuthentication (services As IServiceCollection, configure As Action(Of RemoteAuthenticationOptions(Of MsalProviderOptions))) As IRemoteAuthenticationBuilder(Of RemoteAuthenticationState, RemoteUserAccount)
Параметры
- services
- IServiceCollection
- configure
- Action<RemoteAuthenticationOptions<MsalProviderOptions>>
Обратный вызов для настройки RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>.
Возвращаемое значение
Применяется к
AddMsalAuthentication<TRemoteAuthenticationState,TAccount>(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>)
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
Добавляет проверку подлинности с помощью msal.js в приложения Blazor.
public static Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState,TAccount> AddMsalAuthentication<TRemoteAuthenticationState,TAccount> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> configure) where TRemoteAuthenticationState : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState, new() where TAccount : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount;
static member AddMsalAuthentication : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<'RemoteAuthenticationState, 'Account (requires 'RemoteAuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState and 'RemoteAuthenticationState : (new : unit -> 'RemoteAuthenticationState) and 'Account :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount)> (requires 'RemoteAuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState and 'RemoteAuthenticationState : (new : unit -> 'RemoteAuthenticationState) and 'Account :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount)
<Extension()>
Public Function AddMsalAuthentication(Of TRemoteAuthenticationState As {RemoteAuthenticationStateNew}, TAccount As {RemoteAuthenticationStateNew}) (services As IServiceCollection, configure As Action(Of RemoteAuthenticationOptions(Of MsalProviderOptions))) As IRemoteAuthenticationBuilder(Of TRemoteAuthenticationState, TAccount)
Параметры типа
- TRemoteAuthenticationState
Тип состояния удаленной проверки подлинности.
- TAccount
Тип RemoteUserAccount.
Параметры
- services
- IServiceCollection
- configure
- Action<RemoteAuthenticationOptions<MsalProviderOptions>>
Обратный вызов для настройки RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>.
Возвращаемое значение
Применяется к
AddMsalAuthentication<TRemoteAuthenticationState>(IServiceCollection, Action<RemoteAuthenticationOptions<MsalProviderOptions>>)
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
- Исходный код:
- MsalWebAssemblyServiceCollectionExtensions.cs
Добавляет проверку подлинности с помощью msal.js в приложения Blazor.
public static Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<TRemoteAuthenticationState,Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount> AddMsalAuthentication<TRemoteAuthenticationState> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> configure) where TRemoteAuthenticationState : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState, new();
static member AddMsalAuthentication : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions>> -> Microsoft.Extensions.DependencyInjection.IRemoteAuthenticationBuilder<'RemoteAuthenticationState, Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount (requires 'RemoteAuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState and 'RemoteAuthenticationState : (new : unit -> 'RemoteAuthenticationState))> (requires 'RemoteAuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState and 'RemoteAuthenticationState : (new : unit -> 'RemoteAuthenticationState))
<Extension()>
Public Function AddMsalAuthentication(Of TRemoteAuthenticationState As {RemoteAuthenticationStateNew}) (services As IServiceCollection, configure As Action(Of RemoteAuthenticationOptions(Of MsalProviderOptions))) As IRemoteAuthenticationBuilder(Of TRemoteAuthenticationState, RemoteUserAccount)
Параметры типа
- TRemoteAuthenticationState
Тип состояния удаленной проверки подлинности.
Параметры
- services
- IServiceCollection
- configure
- Action<RemoteAuthenticationOptions<MsalProviderOptions>>
Обратный вызов для настройки RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>.