RemoteAuthenticationContext<TRemoteAuthenticationState> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示身份验证操作期间的上下文。
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。 |