SecurityElementBase.AddBindingTemplates Method

Definition

Applies the specified configuration templates to this instance.

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))

Parameters

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

A pair that consists of an authentication mode and a binding element.

Applies to