Partager via


WSHttpTransportSecurityElement.ProxyCredentialType Propriété

Définition

Obtient ou définit les informations d'identification utilisées pour authentifier le client auprès d'un proxy de domaine.

public:
 property System::ServiceModel::HttpProxyCredentialType ProxyCredentialType { System::ServiceModel::HttpProxyCredentialType get(); void set(System::ServiceModel::HttpProxyCredentialType value); };
[System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)]
public System.ServiceModel.HttpProxyCredentialType ProxyCredentialType { get; set; }
[<System.Configuration.ConfigurationProperty("proxyCredentialType", DefaultValue=System.ServiceModel.HttpProxyCredentialType.None)>]
member this.ProxyCredentialType : System.ServiceModel.HttpProxyCredentialType with get, set
Public Property ProxyCredentialType As HttpProxyCredentialType

Valeur de propriété

HttpProxyCredentialType

Valeur HttpProxyCredentialType valide qui spécifie les informations d'identification utilisées pour authentifier le client auprès d'un proxy de domaine.

Attributs

S’applique à