NetHttpsBinding.ShouldSerializeSecurity Method

Definition

Indicates whether the security property has changed from its default value and should be serialized.

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

Returns

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

Applies to