RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Class
Definition
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
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. |