IWSTrustFeb2005AsyncContract Interface

Definitie

Definieert een asynchrone servicecontractinterface voor het protocol WS-Trust februari 2005.

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
Afgeleid
Kenmerken

Methoden

Name Description
BeginTrustFeb2005Cancel(Message, AsyncCallback, Object)

Definieert de asynchrone cancel-methode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005CancelResponse(Message, AsyncCallback, Object)

Definieert de asynchrone RSTR/Cancel-methode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005Issue(Message, AsyncCallback, Object)

Definieert de asynchrone probleemmethode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005IssueResponse(Message, AsyncCallback, Object)

Definieert de asynchrone RSTR/Issue-methode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005Renew(Message, AsyncCallback, Object)

Definieert de asynchrone methode Renew voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005RenewResponse(Message, AsyncCallback, Object)

Definieert de asynchrone RSTR/Renew-methode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005Validate(Message, AsyncCallback, Object)

Definieert de asynchrone validatiemethode voor het protocol WS-Trust februari 2005.

BeginTrustFeb2005ValidateResponse(Message, AsyncCallback, Object)

Definieert de asynchrone RSTR/Validate-methode voor het protocol WS-Trust februari 2005.

EndTrustFeb2005Cancel(IAsyncResult)

Hiermee wordt de asynchrone cancel-methode voltooid.

EndTrustFeb2005CancelResponse(IAsyncResult)

Hiermee voltooit u de asynchrone RSTR/Cancel-methode.

EndTrustFeb2005Issue(IAsyncResult)

Hiermee voltooit u de asynchrone probleemmethode.

EndTrustFeb2005IssueResponse(IAsyncResult)

Hiermee voltooit u de asynchrone RSTR/Issue-methode.

EndTrustFeb2005Renew(IAsyncResult)

Hiermee wordt de asynchrone renew-methode voltooid.

EndTrustFeb2005RenewResponse(IAsyncResult)

Hiermee wordt de asynchrone RSTR/Renew-methode voltooid.

EndTrustFeb2005Validate(IAsyncResult)

Hiermee wordt de asynchrone validatiemethode voltooid.

EndTrustFeb2005ValidateResponse(IAsyncResult)

Hiermee wordt de asynchrone RSTR/Validate-methode voltooid.

Van toepassing op