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