IWebAuthenticatorResponseDecoder 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于解码从身份验证请求返回的 URI 的抽象,以便与 一起使用 IWebAuthenticator。
public interface class IWebAuthenticatorResponseDecoder
public interface IWebAuthenticatorResponseDecoder
type IWebAuthenticatorResponseDecoder = interface
Public Interface IWebAuthenticatorResponseDecoder
方法
DecodeResponse(Uri) |
将给定的 URI 查询字符串解码为字典。 |