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

適用対象