IssuedTokenParametersEndpointAddressElement.BindingConfiguration Eigenschap

Definitie

Hiermee haalt u de naam op van de bindingsconfiguratie die moet worden gebruikt wanneer het eindpunt wordt geïnstantieerd. De bindingsconfiguratie moet binnen het bereik vallen wanneer het eindpunt is gedefinieerd.

public:
 property System::String ^ BindingConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("bindingConfiguration", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string BindingConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("bindingConfiguration", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.BindingConfiguration : string with get, set
Public Property BindingConfiguration As String

Waarde van eigenschap

De naam van de bindingsconfiguratie die moet worden gebruikt wanneer het eindpunt wordt geïnstantieerd.

Kenmerken

Opmerkingen

De bindingsconfiguratie moet binnen het bereik vallen wanneer het eindpunt is gedefinieerd.

Van toepassing op