你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceAuthenticationFilter.AddResponseChallenge 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
添加由给定 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 。