IWSTrustContract Interfaccia

Definizione

Definisce il contratto di servizio per l'invio di 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

Nome Descrizione
BeginCancel(Message, AsyncCallback, Object)

Metodo begin asincrono per l'associazione WS-Trust Cancel.

BeginIssue(Message, AsyncCallback, Object)

Metodo begin asincrono per l'associazione WS-Trust Issue.

BeginRenew(Message, AsyncCallback, Object)

Metodo begin asincrono per l'associazione WS-Trust Renew.

BeginValidate(Message, AsyncCallback, Object)

Metodo begin asincrono per l'associazione WS-Trust Validate.

Cancel(Message)

Metodo per l'associazione WS-Trust Cancel.

EndCancel(IAsyncResult)

Metodo end asincrono per l'associazione WS-Trust Cancel.

EndIssue(IAsyncResult)

Metodo end asincrono per l'associazione WS-Trust Issue.

EndRenew(IAsyncResult)

Metodo end asincrono per l'associazione WS-Trust Renew.

EndValidate(IAsyncResult)

Metodo end asincrono per l'associazione WS-Trust Validate.

Issue(Message)

Metodo per l'associazione WS-Trust Issue.

Renew(Message)

Metodo per l'associazione WS-Trust Renew.

Validate(Message)

Metodo per l'associazione WS-Trust Validate.

Si applica a