RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Class

Definition

Options for remote authentication.

generic <typename TRemoteAuthenticationProviderOptions>
 where TRemoteAuthenticationProviderOptions : gcnew()public ref class RemoteAuthenticationOptions
public class RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> where TRemoteAuthenticationProviderOptions : new()
type RemoteAuthenticationOptions<'RemoteAuthenticationProviderOptions (requires 'RemoteAuthenticationProviderOptions : (new : unit -> 'RemoteAuthenticationProviderOptions))> = class
Public Class RemoteAuthenticationOptions(Of TRemoteAuthenticationProviderOptions)

Type Parameters

TRemoteAuthenticationProviderOptions

The type of the underlying provider options.

Inheritance
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>

Constructors

RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>()

Properties

AuthenticationPaths

Gets or sets the RemoteAuthenticationApplicationPathsOptions.

ProviderOptions

Gets or sets the provider options.

UserOptions

Gets or sets the RemoteAuthenticationUserOptions.

Applies to