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

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

Atributy

Poznámky

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

Platí pro