WSHttpTransportSecurityElement.ProxyCredentialType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the credential used to authenticate the client to a domain proxy.
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
Property Value
A valid HttpProxyCredentialType value that specifies the credential used to authenticate the client to a domain proxy.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.