Condividi tramite


SecurityElementBase.AddBindingTemplate Metodo

Definizione

Applica il modello di configurazione specificato a questa istanza.

protected:
 void AddBindingTemplate(System::Collections::Generic::Dictionary<System::ServiceModel::Configuration::AuthenticationMode, System::ServiceModel::Channels::SecurityBindingElement ^> ^ bindingTemplates, System::ServiceModel::Configuration::AuthenticationMode mode);
protected void AddBindingTemplate (System.Collections.Generic.Dictionary<System.ServiceModel.Configuration.AuthenticationMode,System.ServiceModel.Channels.SecurityBindingElement> bindingTemplates, System.ServiceModel.Configuration.AuthenticationMode mode);
member this.AddBindingTemplate : System.Collections.Generic.Dictionary<System.ServiceModel.Configuration.AuthenticationMode, System.ServiceModel.Channels.SecurityBindingElement> * System.ServiceModel.Configuration.AuthenticationMode -> unit
Protected Sub AddBindingTemplate (bindingTemplates As Dictionary(Of AuthenticationMode, SecurityBindingElement), mode As AuthenticationMode)

Parametri

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

Coppia che è costituita da una modalità di autenticazione e da un elemento di associazione.

mode
AuthenticationMode

Modalità di autenticazione utilizzata per lo scambio di messaggi.

Si applica a