Share via


RemoteAuthenticationResult<TRemoteAuthenticationState> 類別

定義

表示驗證作業的結果。

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

適用於