다음을 통해 공유


SecurityElementBase.AddBindingTemplate 메서드

정의

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

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)

매개 변수

bindingTemplates
Dictionary<AuthenticationMode,SecurityBindingElement>

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

mode
AuthenticationMode

메시지 교환에 사용되는 인증 모드입니다.

적용 대상