WSHttpBindingBase.CreateMessageSecurity Método

Definición

Cuando se implementa en una clase derivada, devuelve SecurityBindingElement del enlace actual.

protected:
 abstract System::ServiceModel::Channels::SecurityBindingElement ^ CreateMessageSecurity();
protected abstract System.ServiceModel.Channels.SecurityBindingElement CreateMessageSecurity ();
abstract member CreateMessageSecurity : unit -> System.ServiceModel.Channels.SecurityBindingElement
Protected MustOverride Function CreateMessageSecurity () As SecurityBindingElement

Devoluciones

SecurityBindingElement

Un SecurityBindingElement desde el enlace actual.

Se aplica a