MessageReceivedContext 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于 的 MessageReceived(MessageReceivedContext)上下文对象。
public ref class MessageReceivedContext : Microsoft::AspNetCore::Authentication::RemoteAuthenticationContext<Microsoft::AspNetCore::Authentication::WsFederation::WsFederationOptions ^>public class MessageReceivedContext : Microsoft.AspNetCore.Authentication.RemoteAuthenticationContext<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions>type MessageReceivedContext = class
    inherit RemoteAuthenticationContext<WsFederationOptions>Public Class MessageReceivedContext
Inherits RemoteAuthenticationContext(Of WsFederationOptions)- 继承
- 
				MessageReceivedContext
构造函数
| MessageReceivedContext(HttpContext, AuthenticationScheme, WsFederationOptions, AuthenticationProperties) | 创建新的上下文对象。 | 
属性
| HttpContext | 上下文。(继承自 BaseContext<TOptions>) | 
| Options | 获取与方案关联的身份验证选项。(继承自 BaseContext<TOptions>) | 
| Principal | 获取 ClaimsPrincipal 包含用户声明的 。(继承自 RemoteAuthenticationContext<TOptions>) | 
| Properties | 获取或设置 AuthenticationProperties。(继承自 RemoteAuthenticationContext<TOptions>) | 
| ProtocolMessage | WsFederationMessage在此请求上收到的 。 | 
| Request | 请求。(继承自 BaseContext<TOptions>) | 
| Response | 响应。(继承自 BaseContext<TOptions>) | 
| Result | HandleRequestResult处理程序使用的 。(继承自 HandleRequestContext<TOptions>) | 
| Scheme | 身份验证方案。(继承自 BaseContext<TOptions>) | 
方法
| Fail(Exception) | 指示身份验证失败。(继承自 RemoteAuthenticationContext<TOptions>) | 
| Fail(String) | 指示身份验证失败。(继承自 RemoteAuthenticationContext<TOptions>) | 
| HandleResponse() | 停止针对此请求的所有处理并返回到客户端。 调用方负责生成完整响应。(继承自 HandleRequestContext<TOptions>) | 
| SkipHandler() | 停止处理当前处理程序中的请求。(继承自 HandleRequestContext<TOptions>) | 
| Success() | 调用使用 和 Properties成功创建票证Principal。(继承自 RemoteAuthenticationContext<TOptions>) |