IWSTrustFeb2005AsyncContract Schnittstelle

Definition

Definiert eine asynchrone Dienstvertragsoberfläche für das WS-Trusts Feb 2005-Protokoll.

public interface class IWSTrustFeb2005AsyncContract
[System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")]
public interface IWSTrustFeb2005AsyncContract
[<System.ServiceModel.ServiceContract(Name="IWSTrustFeb2005Async", Namespace="http://schemas.microsoft.com/ws/2008/06/identity/securitytokenservice")>]
type IWSTrustFeb2005AsyncContract = interface
Public Interface IWSTrustFeb2005AsyncContract
Abgeleitet
Attribute

Methoden

BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Definiert die asynchrone Cancel-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Definiert die asynchrone RSTR/Cancel-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Definiert die asynchrone Issue-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Definiert die asynchrone RSTR/Issue-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Definiert die asynchrone Renew-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Definiert die asynchrone RSTR/Renew-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Definiert die asynchrone Validate-Methode für das Protokoll WS-Trusts Feb 2005.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Definiert die asynchrone RSTR/Validate-Methode für das Protokoll WS-Trusts Feb 2005.

EndTrustFeb2005Cancel(IAsyncResult)

Schließt die asynchrone Cancel-Methode ab.

EndTrustFeb2005CancelResponse(IAsyncResult)

Schließt die asynchrone RSTR/Cancel-Methode ab.

EndTrustFeb2005Issue(IAsyncResult)

Schließt die asynchrone Issue-Methode ab.

EndTrustFeb2005IssueResponse(IAsyncResult)

Schließt die asynchrone RSTR/Issue-Methode ab.

EndTrustFeb2005Renew(IAsyncResult)

Schließt die asynchrone Renew-Methode ab.

EndTrustFeb2005RenewResponse(IAsyncResult)

Schließt die asynchrone RSTR/Renew-Methode ab.

EndTrustFeb2005Validate(IAsyncResult)

Schließt die asynchrone Validate-Methode ab.

EndTrustFeb2005ValidateResponse(IAsyncResult)

Schließt die asynchrone RSTR/Validate-Methode ab.

Gilt für: