RemoteAuthenticationContext<TRemoteAuthenticationState> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証操作中のコンテキストを表します。
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)
型パラメーター
- TRemoteAuthenticationState
- 継承
-
RemoteAuthenticationContext<TRemoteAuthenticationState>
コンストラクター
RemoteAuthenticationContext<TRemoteAuthenticationState>() |
認証操作中のコンテキストを表します。 |
プロパティ
InteractiveRequest |
現在の認証操作の相互作用要求を取得または設定します。 |
State |
現在の認証操作の状態インスタンスを取得または設定します。 |
Url |
現在の認証操作の URL を取得または設定します。 |