IWSTrust13AsyncContract 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 WS-Trust 1.3 协议的异步服务合约接口。
本文内容
public interface class IWSTrust13AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrust13AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrust13Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrust13AsyncContract = interface
Public Interface IWSTrust13AsyncContract
派生
属性
方法
BeginTrust13Cancel(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步取消方法。
BeginTrust13CancelResponse(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步RSTR/取消方法。
BeginTrust13Issue(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步问题方法。
BeginTrust13IssueResponse(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步RSTR/问题方法。
BeginTrust13Renew(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的取消续订方法。
BeginTrust13RenewResponse(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步 RSTR/续订方法。
BeginTrust13Validate(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步验证方法。
BeginTrust13ValidateResponse(Message, AsyncCallback, Object)
定义WS-Trust 1.3 协议的异步RSTR/验证方法。
EndTrust13Cancel(IAsyncResult)
完成异步取消方法。
EndTrust13CancelResponse(IAsyncResult)
完成异步 RSTR/取消方法。
EndTrust13Issue(IAsyncResult)
完成异步发布方法。
EndTrust13IssueResponse(IAsyncResult)
完成异步 RSTR/发布方法。
EndTrust13Renew(IAsyncResult)
完成异步续订方法。
EndTrust13RenewResponse(IAsyncResult)
完成异步 RSTR/续订方法。
EndTrust13Validate(IAsyncResult)
完成异步验证方法。
EndTrust13ValidateResponse(IAsyncResult)
完成异步 RSTR/验证方法。
适用于