WebHttpBindingElement.Security 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含搭配這個繫結使用之安全性設定的組態項目。
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
屬性值
搭配此繫結使用的 WebHttpSecurityElement。 預設值是 None。
- 屬性
備註
若要使用非預設類型的安全性,請使用 WebHttpBinding(WebHttpSecurityMode) 建構函式。