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 |
RemoteAuthenticationApplicationPathsOptions を取得または設定します。 |
ProviderOptions |
プロバイダー オプションを取得または設定します。 |
UserOptions |
RemoteAuthenticationUserOptions を取得または設定します。 |