WebHttpBindingElement.Security Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 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 .