SecurityElementBase.AddBindingTemplate Methode

Definition

Übernimmt die angegebene Konfigurationsvorlage für diese Instanz.

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)

Parameter

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

Ein Paar aus einem Authentifizierungsmodus und einem Bindungselement.

mode
AuthenticationMode

Der Authentifizierungsmodus für den Nachrichtenaustausch.

Gilt für: