Freigeben über


SecurityElementBase.AddBindingTemplates Methode

Definition

Übernimmt die angegebenen Konfigurationsvorlagen für diese Instanz.

protected:
 virtual void AddBindingTemplates(System::Collections::Generic::Dictionary<System::ServiceModel::Configuration::AuthenticationMode, System::ServiceModel::Channels::SecurityBindingElement ^> ^ bindingTemplates);
protected virtual void AddBindingTemplates (System.Collections.Generic.Dictionary<System.ServiceModel.Configuration.AuthenticationMode,System.ServiceModel.Channels.SecurityBindingElement> bindingTemplates);
abstract member AddBindingTemplates : System.Collections.Generic.Dictionary<System.ServiceModel.Configuration.AuthenticationMode, System.ServiceModel.Channels.SecurityBindingElement> -> unit
override this.AddBindingTemplates : System.Collections.Generic.Dictionary<System.ServiceModel.Configuration.AuthenticationMode, System.ServiceModel.Channels.SecurityBindingElement> -> unit
Protected Overridable Sub AddBindingTemplates (bindingTemplates As Dictionary(Of AuthenticationMode, SecurityBindingElement))

Parameter

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

Ein Paar aus einem Authentifizierungsmodus und einem Bindungselement.

Gilt für