SecurityTokenService.EndCancel(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在派生类中重写时,完成异步 WS 信任取消请求。
public:
virtual System::IdentityModel::Protocols::WSTrust::RequestSecurityTokenResponse ^ EndCancel(IAsyncResult ^ result);
public virtual System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndCancel (IAsyncResult result);
abstract member EndCancel : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
override this.EndCancel : IAsyncResult -> System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Public Overridable Function EndCancel (result As IAsyncResult) As RequestSecurityTokenResponse
参数
- result
- IAsyncResult
IAsyncResult,由对 BeginCancel(ClaimsPrincipal, RequestSecurityToken, AsyncCallback, Object) 方法的调用返回。
返回
表示 RSTR 返回到调用程序的 RequestSecurityTokenResponse。
注解
此方法的默认实现将 InvalidRequestException引发 。