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。 默认值设置为 ClientCredentialType 的 None,ProxyCredentialType 的 None 和 Realm = ""。
- 属性
注解
使用此属性返回的 WebHttpSecurityElement 对象可以设置传输安全参数。 必须将 WebHttpSecurityMode 设置为 Transport 或 TransportCredentialOnly 值,才能使 Transport 属性所提供的设置成为服务终结点的有效设置。 可在配置或在 WebHttpBinding(WebHttpSecurityMode) 构造函数中设置此值。