MessageSecurityOverHttp.ShouldSerializeNegotiateServiceCredential Método
Definición
Devuelve un valor que indica si la propiedad NegotiateServiceCredential ha cambiado respecto de su valor predeterminado y se debe serializar.Returns a value that indicates whether the NegotiateServiceCredential property has changed from its default value and should be serialized.
public:
bool ShouldSerializeNegotiateServiceCredential();
public bool ShouldSerializeNegotiateServiceCredential ();
member this.ShouldSerializeNegotiateServiceCredential : unit -> bool
Public Function ShouldSerializeNegotiateServiceCredential () As Boolean
Devoluciones
Es true
si el valor de propiedad NegotiateServiceCredential debe serializarse; en caso contrario, es false
.true
if the NegotiateServiceCredential property value should be serialized; otherwise, false
.