你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceAuthenticationFilter.AddResponseChallenge 方法

定义

添加由给定 AuthenticationType标识的 OWIN 中间件提供的响应质询。 这是在对给定请求创建身份验证质询时调用的一部分。

protected virtual Microsoft.Owin.Security.AuthenticationResponseChallenge AddResponseChallenge (Microsoft.Owin.Security.AuthenticationResponseChallenge challenge);
abstract member AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
override this.AddResponseChallenge : Microsoft.Owin.Security.AuthenticationResponseChallenge -> Microsoft.Owin.Security.AuthenticationResponseChallenge
Protected Overridable Function AddResponseChallenge (challenge As AuthenticationResponseChallenge) As AuthenticationResponseChallenge

参数

challenge
Microsoft.Owin.Security.AuthenticationResponseChallenge

将响应质询添加到的当前 Microsoft.Owin.Security.AuthenticationResponseChallenge

返回

Microsoft.Owin.Security.AuthenticationResponseChallenge

添加了响应质询的新 Microsoft.Owin.Security.AuthenticationResponseChallenge

适用于