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

适用于