Share via


RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> 类

定义

远程身份验证的选项。

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)

类型参数

TRemoteAuthenticationProviderOptions

基础提供程序选项的类型。

继承
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>

构造函数

RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>()

远程身份验证的选项。

属性

AuthenticationPaths

获取或设置 RemoteAuthenticationApplicationPathsOptions

ProviderOptions

获取或设置提供程序选项。

UserOptions

获取或设置 RemoteAuthenticationUserOptions

适用于