Share via


<secureConversationBootstrap> (Silverlight)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Specifies the default values used to initiate a secure conversation.

Syntax

<security 
   authenticationMode="UserNameOverTransport">
   <localClientSettings />
   <secureConversationBootstrap />
</security>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

None

Parent Elements

Element Description

<security> of <customBinding> (Silverlight)

This element configures security settings of the local client that use this custom binding and the values it uses for initiating a secure conversation with a service.

Text Value

Remarks

This element is supported for interoperability only and is not used in the Silverlight 4 programming model.

Example