NetPeerTcpBinding.ShouldSerializeSecurity Method

Definition

Gets a value that specifies whether security information for the binding should be serialized.

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

Returns

Returns Boolean that specifies true if the security information for the binding should be serialized, and false if it should not be serialized.

Applies to