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

適用於