ChannelFactory<TChannel>.CreateChannelWithOnBehalfOfToken Metodo

Definizione

Consente di creare un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza OnBehalfOf.

Overload

CreateChannelWithOnBehalfOfToken(SecurityToken, EndpointAddress, Uri)

Crea un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza presso un determinato indirizzo endpoint tramite l'indirizzo di trasporto specificato.

CreateChannelWithOnBehalfOfToken(SecurityToken)

Consente di creare un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza OnBehalfOf.

CreateChannelWithOnBehalfOfToken(SecurityToken, EndpointAddress)

Crea un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza OnBehalfOf a un determinato indirizzo endpoint.

CreateChannelWithOnBehalfOfToken(SecurityToken, EndpointAddress, Uri)

Crea un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza presso un determinato indirizzo endpoint tramite l'indirizzo di trasporto specificato.

public:
 TChannel CreateChannelWithOnBehalfOfToken(System::IdentityModel::Tokens::SecurityToken ^ onBehalfOf, System::ServiceModel::EndpointAddress ^ address, Uri ^ via);
public TChannel CreateChannelWithOnBehalfOfToken (System.IdentityModel.Tokens.SecurityToken onBehalfOf, System.ServiceModel.EndpointAddress address, Uri via);
member this.CreateChannelWithOnBehalfOfToken : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.EndpointAddress * Uri -> 'Channel
Public Function CreateChannelWithOnBehalfOfToken (onBehalfOf As SecurityToken, address As EndpointAddress, via As Uri) As TChannel

Parametri

onBehalfOf
SecurityToken

Token di sicurezza.

address
EndpointAddress

Indirizzo dell'endpoint che fornisce la posizione del servizio.

via
Uri

Indirizzo di trasporto al quale il canale invia i messaggi.

Restituisce

TChannel

Channel factory creata.

Si applica a

CreateChannelWithOnBehalfOfToken(SecurityToken)

Consente di creare un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza OnBehalfOf.

public:
 TChannel CreateChannelWithOnBehalfOfToken(System::IdentityModel::Tokens::SecurityToken ^ onBehalfOf);
public TChannel CreateChannelWithOnBehalfOfToken (System.IdentityModel.Tokens.SecurityToken onBehalfOf);
member this.CreateChannelWithOnBehalfOfToken : System.IdentityModel.Tokens.SecurityToken -> 'Channel
Public Function CreateChannelWithOnBehalfOfToken (onBehalfOf As SecurityToken) As TChannel

Parametri

onBehalfOf
SecurityToken

Token di sicurezza.

Restituisce

TChannel

Channel factory creata.

Si applica a

CreateChannelWithOnBehalfOfToken(SecurityToken, EndpointAddress)

Crea un canale utilizzato per inviare messaggi a un servizio con un token di sicurezza OnBehalfOf a un determinato indirizzo endpoint.

public:
 TChannel CreateChannelWithOnBehalfOfToken(System::IdentityModel::Tokens::SecurityToken ^ onBehalfOf, System::ServiceModel::EndpointAddress ^ address);
public TChannel CreateChannelWithOnBehalfOfToken (System.IdentityModel.Tokens.SecurityToken onBehalfOf, System.ServiceModel.EndpointAddress address);
member this.CreateChannelWithOnBehalfOfToken : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.EndpointAddress -> 'Channel
Public Function CreateChannelWithOnBehalfOfToken (onBehalfOf As SecurityToken, address As EndpointAddress) As TChannel

Parametri

onBehalfOf
SecurityToken

Token di sicurezza.

address
EndpointAddress

Indirizzo dell'endpoint che fornisce la posizione del servizio.

Restituisce

TChannel

Channel factory creata.

Si applica a