IWSTrust13AsyncContract Interfejs

Definicja

Definiuje asynchroniczny interfejs kontraktu usługi dla 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
Pochodne
Atrybuty

Metody

BeginTrust13Cancel(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę Cancel dla protokołu WS-Trust 1,3.

BeginTrust13CancelResponse(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę RSTR/Cancel dla protokołu WS-Trust 1,3.

BeginTrust13Issue(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę wydawania dla protokołu WS-Trust 1,3.

BeginTrust13IssueResponse(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę RSTR/Issue dla protokołu WS-Trust 1,3.

BeginTrust13Renew(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę odnawiania dla protokołu WS-Trust 1,3.

BeginTrust13RenewResponse(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę RSTR/Renew dla protokołu WS-Trust 1,3.

BeginTrust13Validate(Message, AsyncCallback, Object)

Definiuje metodę walidacji asynchronicznej dla protokołu WS-Trust 1,3.

BeginTrust13ValidateResponse(Message, AsyncCallback, Object)

Definiuje asynchroniczną metodę RSTR/Validate dla protokołu WS-Trust 1,3.

EndTrust13Cancel(IAsyncResult)

Kończy asynchroniczne metody Cancel.

EndTrust13CancelResponse(IAsyncResult)

Kończy asynchronicznej metody RSTR/Cancel.

EndTrust13Issue(IAsyncResult)

Kończy asynchroniczne metody problemu.

EndTrust13IssueResponse(IAsyncResult)

Kończy asynchroniczne metody RSTR/Issue.

EndTrust13Renew(IAsyncResult)

Kończy asynchroniczne metody odnawiania.

EndTrust13RenewResponse(IAsyncResult)

Kończy asynchroniczne metody RSTR/renew.

EndTrust13Validate(IAsyncResult)

Kończy metodę walidacji asynchronicznej.

EndTrust13ValidateResponse(IAsyncResult)

Kończy asynchroniczne metody RSTR/Validate.

Dotyczy