Condividi tramite


RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.Options Proprietà

Definizione

Ottiene le opzioni per la libreria JavaScript sottostante che gestisce le operazioni di autenticazione.

protected:
 property Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationOptions<TProviderOptions> ^ Options { Microsoft::AspNetCore::Components::WebAssembly::Authentication::RemoteAuthenticationOptions<TProviderOptions> ^ get(); };
protected Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<TProviderOptions> Options { get; }
member this.Options : Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationOptions<'ProviderOptions (requires 'ProviderOptions : (new : unit -> 'ProviderOptions))>
Protected ReadOnly Property Options As RemoteAuthenticationOptions(Of TProviderOptions)

Valore della proprietà

RemoteAuthenticationOptions<TProviderOptions>

Si applica a