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。 |