ClientCredentials.UseIdentityConfiguration Propiedad

Definición

Obtiene o establece si las credenciales de cliente usan la configuración de identidad.

public:
 property bool UseIdentityConfiguration { bool get(); void set(bool value); };
public bool UseIdentityConfiguration { get; set; }
member this.UseIdentityConfiguration : bool with get, set
Public Property UseIdentityConfiguration As Boolean

Valor de propiedad

true si las credenciales de cliente usan la configuración de identidad; de lo contrario, false.

Se aplica a