NetPeerTcpBinding.ShouldSerializeSecurity Método
Definição
Obtém um valor que especifica se as informações de segurança para a associação devem ser serializadas.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
Retornos
Retorna Boolean, que especifica true se as informações de segurança para a associação devem ser serializadas, e false, caso não devam ser serializadas.Returns Boolean that specifies true if the security information for the binding should be serialized, and false if it should not be serialized.