WebHttpSecurityElement.Transport 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 XML 項目,指出設定來接收 HTTP 要求之服務端點的傳輸層級安全性設定。
public:
property System::ServiceModel::Configuration::HttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::HttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.HttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.HttpTransportSecurityElement
Public ReadOnly Property Transport As HttpTransportSecurityElement
屬性值
WebHttpSecurityElement,指定傳輸層級的安全性設定。 預設值集合為 的 、的 以及 = ""。
- 屬性
備註
您可以使用此屬性傳回的 WebHttpSecurityElement 物件,來設定傳輸安全性參數。 WebHttpSecurityMode 必須設為 Transport 或 TransportCredentialOnly 值,這樣 Transport 屬性提供的設定對於服務端點才會有效。 這個值可以在組態或 WebHttpBinding(WebHttpSecurityMode) 建構函式 (Constructor) 中設定。