RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
远程身份验证的选项。
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 | |
ProviderOptions |
获取或设置提供程序选项。 |
UserOptions |