HttpTransportSecurity.ShouldSerializeExtendedProtectionPolicy Method

Definition

Returns a value that indicates whether the ExtendedProtectionPolicy property has changed from its default value and should be serialized. Used by WCF for XAML integration.

public:
 bool ShouldSerializeExtendedProtectionPolicy();
public bool ShouldSerializeExtendedProtectionPolicy ();
member this.ShouldSerializeExtendedProtectionPolicy : unit -> bool
Public Function ShouldSerializeExtendedProtectionPolicy () As Boolean

Returns

true if the ExtendedProtectionPolicy property value should be serialized; otherwise, false.

Applies to