Share via


<extendedProtectionPolicy> of <httpsTransport> (Silverlight)

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

This element is supported for interoperability only and is not used by Silverlight 4. The value of the policyEnforcement attribute must be "Never" if present.

Syntax

<customBinding>
    <binding 
       <httpsTransport/>         <extendedProtectionPolicy policyEnforcement="Never" />
    </binding>
  </customBinding>

Attributes and Elements

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

Attributes

Attribute Description

policyEnforcement

Specifies when the extended protection policy used to validate incoming connections should be enforced. Only the "Never" value is allowed.

Child Elements

None.

Parent Elements

Element Description

<extendedProtectionPolicy> of <httpsTransport> (Silverlight)

This element configures the maximum buffer size and the maximum received message size for the HTTPS transport.

Remarks

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