IWSTrustContract Interfejs

Definicja

Definiuje kontrakt usługi do wysyłania komunikatów WS-Trust do programu STS.

public interface class IWSTrustContract
[System.ServiceModel.ServiceContract]
public interface IWSTrustContract
[<System.ServiceModel.ServiceContract>]
type IWSTrustContract = interface
Public Interface IWSTrustContract
Pochodne
Atrybuty

Metody

BeginCancel(Message, AsyncCallback, Object)

Metoda asynchronicznego BEGIN dla WS-Trust anulowania powiązania.

BeginIssue(Message, AsyncCallback, Object)

Metoda asynchronicznego BEGIN dla powiązania problemu WS-Trust.

BeginRenew(Message, AsyncCallback, Object)

Metoda asynchronicznego BEGIN dla powiązania WS-Trust renew.

BeginValidate(Message, AsyncCallback, Object)

Metoda asynchronicznego BEGIN dla WS-Trust Weryfikuj powiązanie.

Cancel(Message)

Metoda dla WS-Trust anulowania powiązania.

EndCancel(IAsyncResult)

Asynchroniczna Metoda end dla WS-Trust anulowania powiązania.

EndIssue(IAsyncResult)

Metoda asynchroniczna dla powiązania problemu WS-Trust.

EndRenew(IAsyncResult)

Metoda asynchroniczna dla powiązania WS-Trust renew.

EndValidate(IAsyncResult)

Asynchroniczna Metoda end dla WS-Trust Weryfikuj powiązanie.

Issue(Message)

Metoda powiązania problemu WS-Trust.

Renew(Message)

Metoda dla WS-Trust odnowienia powiązania.

Validate(Message)

Metoda WS-Trust Weryfikuj powiązania.

Dotyczy