Share via


RemoteAuthenticationContext<TRemoteAuthenticationState> 类

定义

表示身份验证操作期间的上下文。

generic <typename TRemoteAuthenticationState>
 where TRemoteAuthenticationState : RemoteAuthenticationStatepublic ref class RemoteAuthenticationContext
public class RemoteAuthenticationContext<TRemoteAuthenticationState> where TRemoteAuthenticationState : RemoteAuthenticationState
type RemoteAuthenticationContext<'RemoteAuthenticationState (requires 'RemoteAuthenticationState :> RemoteAuthenticationState)> = class
Public Class RemoteAuthenticationContext(Of TRemoteAuthenticationState)

类型参数

TRemoteAuthenticationState
继承
RemoteAuthenticationContext<TRemoteAuthenticationState>

构造函数

RemoteAuthenticationContext<TRemoteAuthenticationState>()

表示身份验证操作期间的上下文。

属性

InteractiveRequest

获取或设置当前身份验证操作的交互请求。

State

获取或设置当前身份验证操作的状态实例。

Url

获取或设置当前身份验证操作的 URL。

适用于