RemoteAuthenticationResult<TRemoteAuthenticationState> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示驗證作業的結果。
generic <typename TRemoteAuthenticationState>
where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationResult
public class RemoteAuthenticationResult<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationResult<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationResult(Of TRemoteAuthenticationState)
類型參數
- TRemoteAuthenticationState
驗證作業期間保留狀態的類型。
- 繼承
-
RemoteAuthenticationResult<TRemoteAuthenticationState>
建構函式
RemoteAuthenticationResult<TRemoteAuthenticationState>() |
表示驗證作業的結果。 |
屬性
ErrorMessage |
取得或設定失敗驗證作業的錯誤訊息。 |
State |
取得或設定成功驗證作業的保留狀態。 |
Status |
取得或設定驗證作業的狀態。 狀態可以是 的其中 RemoteAuthenticationStatus 一個。 |