Bearbeiten

ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElement Property

Definition

Gets or sets a security binding element used for securing the secure conversation bootstrap messages.

public:
 property System::ServiceModel::Channels::SecurityBindingElement ^ SecureConversationSecurityBindingElement { System::ServiceModel::Channels::SecurityBindingElement ^ get(); void set(System::ServiceModel::Channels::SecurityBindingElement ^ value); };
public System.ServiceModel.Channels.SecurityBindingElement SecureConversationSecurityBindingElement { get; set; }
member this.SecureConversationSecurityBindingElement : System.ServiceModel.Channels.SecurityBindingElement with get, set
Public Property SecureConversationSecurityBindingElement As SecurityBindingElement

Property Value

A security binding element used for securing the secure conversation bootstrap messages.

Remarks

This property returns the security binding element to be used for securing the secure conversation bootstrap messages.

Applies to