IWSTrust13AsyncContract Interface

Definitie

Definieert de asynchrone servicecontractinterface voor het protocol 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
Afgeleid
Kenmerken

Methoden

Name Description
BeginTrust13Cancel(Message, AsyncCallback, Object)

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

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

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

BeginTrust13Issue(Message, AsyncCallback, Object)

Definieert de asynchrone probleemmethode voor het protocol WS-Trust 1.3.

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

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

BeginTrust13Renew(Message, AsyncCallback, Object)

Definieert de asynchrone renew-methode voor het protocol WS-Trust 1.3.

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

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

BeginTrust13Validate(Message, AsyncCallback, Object)

Definieert de asynchrone validatiemethode voor het protocol WS-Trust 1.3.

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

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

EndTrust13Cancel(IAsyncResult)

Hiermee wordt de asynchrone cancel-methode voltooid.

EndTrust13CancelResponse(IAsyncResult)

Hiermee voltooit u de asynchrone RSTR/Cancel-methode.

EndTrust13Issue(IAsyncResult)

Hiermee voltooit u de asynchrone probleemmethode.

EndTrust13IssueResponse(IAsyncResult)

Hiermee voltooit u de asynchrone RSTR/Issue-methode.

EndTrust13Renew(IAsyncResult)

Hiermee wordt de asynchrone renew-methode voltooid.

EndTrust13RenewResponse(IAsyncResult)

Hiermee wordt de asynchrone RSTR/Renew-methode voltooid.

EndTrust13Validate(IAsyncResult)

Hiermee wordt de asynchrone validatiemethode voltooid.

EndTrust13ValidateResponse(IAsyncResult)

Hiermee wordt de asynchrone RSTR/Validate-methode voltooid.

Van toepassing op