Sdílet prostřednictvím


ClientCredentialsElement.UseIdentityConfiguration Vlastnost

Definice

Získává nebo nastavuje, jestli přihlašovací údaje klienta používají konfiguraci identity.

public:
 property bool UseIdentityConfiguration { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=false)]
public bool UseIdentityConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=false)>]
member this.UseIdentityConfiguration : bool with get, set
Public Property UseIdentityConfiguration As Boolean

Hodnota vlastnosti

Boolean

true Pokud pověření klienta používá konfiguraci identity; v opačném případě false .

Atributy

Platí pro