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