IWSTrustChannelContract Interfaccia

Definizione

Contratto di servizio che definisce i metodi che eseguono il wrapping dei contratti di operazione orientata ai messaggi esposti da IWSTrustChannelContract.

public interface class IWSTrustChannelContract : System::ServiceModel::Security::IWSTrustContract
[System.Runtime.InteropServices.ComVisible(false)]
[System.ServiceModel.ServiceContract]
public interface IWSTrustChannelContract : System.ServiceModel.Security.IWSTrustContract
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.ServiceModel.ServiceContract>]
type IWSTrustChannelContract = interface
    interface IWSTrustContract
Public Interface IWSTrustChannelContract
Implements IWSTrustContract
Derivato
Attributi
Implementazioni

Metodi

Nome Descrizione
BeginCancel(Message, AsyncCallback, Object)

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

(Ereditato da IWSTrustContract)
BeginCancel(RequestSecurityToken, AsyncCallback, Object)

Invia in modo asincrono un messaggio di WS-Trust Cancel a un endpoint.

BeginIssue(Message, AsyncCallback, Object)

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

(Ereditato da IWSTrustContract)
BeginIssue(RequestSecurityToken, AsyncCallback, Object)

Invia in modo asincrono un messaggio di WS-Trust Renew a un endpoint.

BeginRenew(Message, AsyncCallback, Object)

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

(Ereditato da IWSTrustContract)
BeginRenew(RequestSecurityToken, AsyncCallback, Object)

Invia in modo asincrono un messaggio di WS-Trust Renew a un endpoint.

BeginValidate(Message, AsyncCallback, Object)

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

(Ereditato da IWSTrustContract)
BeginValidate(RequestSecurityToken, AsyncCallback, Object)

Invia in modo asincrono un messaggio di convalida WS-Trust a un endpoint.

Cancel(Message)

Metodo per l'associazione WS-Trust Cancel.

(Ereditato da IWSTrustContract)
Cancel(RequestSecurityToken)

Invia un messaggio di annullamento WS-Trust a un endpoint.

EndCancel(IAsyncResult, RequestSecurityTokenResponse)

Completa l'operazione di invio asincrona avviata da una chiamata a BeginCancel(RequestSecurityToken, AsyncCallback, Object).

EndCancel(IAsyncResult)

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

(Ereditato da IWSTrustContract)
EndIssue(IAsyncResult, RequestSecurityTokenResponse)

Completa l'operazione di invio asincrona avviata da una chiamata a BeginIssue(RequestSecurityToken, AsyncCallback, Object).

EndIssue(IAsyncResult)

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

(Ereditato da IWSTrustContract)
EndRenew(IAsyncResult, RequestSecurityTokenResponse)

Completa l'operazione di invio asincrona avviata da una chiamata a BeginRenew(RequestSecurityToken, AsyncCallback, Object).

EndRenew(IAsyncResult)

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

(Ereditato da IWSTrustContract)
EndValidate(IAsyncResult, RequestSecurityTokenResponse)

Completa l'operazione di invio asincrona avviata da una chiamata a BeginValidate(RequestSecurityToken, AsyncCallback, Object).

EndValidate(IAsyncResult)

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

(Ereditato da IWSTrustContract)
Issue(Message)

Metodo per l'associazione WS-Trust Issue.

(Ereditato da IWSTrustContract)
Issue(RequestSecurityToken, RequestSecurityTokenResponse)

Invia un messaggio di WS-Trust Problema a un servizio token di sicurezza dell'endpoint.

Issue(RequestSecurityToken)

Invia un messaggio di WS-Trust Problema a un servizio token di sicurezza dell'endpoint.

Renew(Message)

Metodo per l'associazione WS-Trust Renew.

(Ereditato da IWSTrustContract)
Renew(RequestSecurityToken)

Invia un messaggio di rinnovo WS-Trust a un endpoint.

Validate(Message)

Metodo per l'associazione WS-Trust Validate.

(Ereditato da IWSTrustContract)
Validate(RequestSecurityToken)

Invia un messaggio di convalida WS-Trust a un endpoint.

Si applica a