RemoteAuthenticationContext<TRemoteAuthenticationState> クラス

定義

認証操作中のコンテキストを表します。

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

適用対象