BasicHttpMessageSecurity.ShouldSerializeClientCredentialType Method

Definition

Returns whether the client credential type should be serialized.

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

Returns

true if the client credential type should be serialized; otherwise, false.

Remarks

Two examples of client credential types are: identity and transport.

Applies to