RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Class
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.
Options for remote authentication.
generic <typename TRemoteAuthenticationProviderOptions>
where TRemoteAuthenticationProviderOptions : gcnew()public ref class RemoteAuthenticationOptions
C#
public class RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> where TRemoteAuthenticationProviderOptions : new()
type RemoteAuthenticationOptions<'RemoteAuthenticationProviderOptions (requires 'RemoteAuthenticationProviderOptions : (new : unit -> 'RemoteAuthenticationProviderOptions))> = class
Public Class RemoteAuthenticationOptions(Of TRemoteAuthenticationProviderOptions)
- TRemoteAuthenticationProviderOptions
The type of the underlying provider options.
- Inheritance
-
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>
Authentication |
Gets or sets the RemoteAuthenticationApplicationPathsOptions. |
Provider |
Gets or sets the provider options. |
User |
Gets or sets the RemoteAuthenticationUserOptions. |
Product | Versions |
---|---|
ASP.NET Core | 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |