BasicHttpBinding.ShouldSerializeSecurity Method

Definition

Returns whether security settings should be serialized based upon whether serialization already occurs, for example at the message or transport level.

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

Returns

true if security should be serialized; otherwise, false.

Applies to