Share via


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。

適用於