Sdílet prostřednictvím


WebHttpBindingElement.Security Vlastnost

Definice

Získá konfigurační prvek, který obsahuje nastavení zabezpečení použité s touto vazbou.

public:
 property System::ServiceModel::Configuration::WebHttpSecurityElement ^ Security { System::ServiceModel::Configuration::WebHttpSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("security")]
public System.ServiceModel.Configuration.WebHttpSecurityElement Security { get; }
[<System.Configuration.ConfigurationProperty("security")>]
member this.Security : System.ServiceModel.Configuration.WebHttpSecurityElement
Public ReadOnly Property Security As WebHttpSecurityElement

Hodnota vlastnosti

WebHttpSecurityElement

, WebHttpSecurityElement který se používá s touto vazbou. Výchozí hodnota je None.

Atributy

Poznámky

Pokud chcete použít jiné než výchozí typy zabezpečení, použijte WebHttpBinding(WebHttpSecurityMode) konstruktor .

Platí pro