WSFederationHttpBinding.CreateMessageSecurity Method

Definition

Creates a SecurityBindingElement that has enabled a reliable session.

protected:
 override System::ServiceModel::Channels::SecurityBindingElement ^ CreateMessageSecurity();
protected override System.ServiceModel.Channels.SecurityBindingElement CreateMessageSecurity ();
override this.CreateMessageSecurity : unit -> System.ServiceModel.Channels.SecurityBindingElement
Protected Overrides Function CreateMessageSecurity () As SecurityBindingElement

Returns

A SecurityBindingElement that has enabled a reliable session.

Applies to