IWSTrustContract Interfaccia

Definizione

Definisce il contratto di servizio per inviare messaggi WS-Trust a un servizio token di sicurezza.

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

Metodi

BeginCancel(Message, AsyncCallback, Object)

Il metodo di avvio asincrono per l'associazione Cancel WS-Trust.

BeginIssue(Message, AsyncCallback, Object)

Il metodo di avvio asincrono per l'associazione Issue WS-Trust.

BeginRenew(Message, AsyncCallback, Object)

Il metodo di avvio asincrono per l'associazione Renew WS-Trust.

BeginValidate(Message, AsyncCallback, Object)

Il metodo di avvio asincrono per l'associazione Validate WS-Trust.

Cancel(Message)

Il metodo di fine per l'associazione Cancel WS-Trust.

EndCancel(IAsyncResult)

Il metodo di fine asincrono per l'associazione Cancel WS-Trust.

EndIssue(IAsyncResult)

Il metodo di fine asincrono per l'associazione Issue WS-Trust.

EndRenew(IAsyncResult)

Il metodo di fine asincrono per l'associazione Renew WS-Trust.

EndValidate(IAsyncResult)

Il metodo di fine asincrono per l'associazione Validate WS-Trust.

Issue(Message)

Il metodo di fine per l'associazione Issue WS-Trust.

Renew(Message)

Il metodo di fine per l'associazione Renew WS-Trust.

Validate(Message)

Il metodo di fine per l'associazione Validate WS-Trust.

Si applica a