다음을 통해 공유


SecurityElementBase.AddBindingTemplates 메서드

정의

지정된 구성 템플릿을 이 인스턴스에 적용합니다.

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

매개 변수

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

인증 모드와 바인딩 요소로 구성된 한 쌍입니다.

적용 대상