Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IWSManConnectionOptionsEx2 object is passed to the IWSMan::CreateSession method to provide the authentication mechanism, access type, and credentials to connect to a proxy server.
Inheritance
The IWSManConnectionOptionsEx2 interface inherits from IWSManConnectionOptionsEx. IWSManConnectionOptionsEx2 also has these types of members:
Methods
The IWSManConnectionOptionsEx2 interface has these methods.
| IWSManConnectionOptionsEx2::ProxyAuthenticationUseBasic Returns the value of the proxy authentication flag WSManFlagProxyAuthenticationUseBasic for use in the authenticationMechanism parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyAuthenticationUseDigest Returns the value of the proxy authentication flag WSManFlagProxyAuthenticationUseDigest for use in the authenticationMechanism parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyAuthenticationUseNegotiate Returns the value of the proxy authentication flag WSManFlagProxyAuthenticationUseNegotiate for use in the authenticationMechanism parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyAutoDetect Returns the value of the proxy access type flag WSManProxyAutoDetect for use in the accessType parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyIEConfig Returns the value of the proxy access type flag WSManProxyIEConfig for use in the accessType parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyNoProxyServer Returns the value of the proxy access type flag WSManProxyNoProxyServer for use in the accessType parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::ProxyWinHttpConfig Returns the value of the proxy access type flag WSManProxyWinHttpConfig for use in the accessType parameter of the IWSManConnectionOptionsEx2::SetProxy method. |
| IWSManConnectionOptionsEx2::SetProxy Sets the proxy information for the session. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Target Platform | Windows |
| Header | wsmandisp.h |
| Redistributable | Windows Management Framework on Windows Server 2008 with SP2 and Windows Vista with SP2 |