Compartir a través de


WebHttpSecurityElement.Transport Propiedad

Definición

Obtiene un elemento XML que indica los valores de seguridad de nivel de transporte para un punto de conexión de servicio configurado para recibir las solicitudes 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

Valor de propiedad

HttpTransportSecurityElement

WebHttpSecurityElement que especifica la configuración de seguridad para el nivel de transporte. El conjunto de valores predeterminados es ClientCredentialType de None, ProxyCredentialType de None, y Realm = "".

Atributos

Comentarios

Utilice el objeto WebHttpSecurityElement que devuelve esta propiedad para establecer los parámetros de seguridad de transporte. WebHttpSecurityMode debe estar establecido en el valor Transport o TransportCredentialOnly para la configuración que proporciona la propiedad Transport con el fin de hacerse efectivo en el extremo del servicio. Este valor se puede establecer en la configuración o en el constructor WebHttpBinding(WebHttpSecurityMode).

Se aplica a