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 を取得または設定します。

適用対象