WSMAN_PROXY_INFO structure (wsman.h)
Specifies proxy information.
Syntax
typedef struct _WSMAN_PROXY_INFO {
DWORD accessType;
WSMAN_AUTHENTICATION_CREDENTIALS authenticationCredentials;
} WSMAN_PROXY_INFO;
Members
accessType
Specifies the access type for the proxy. This member must be set to one of the values defined in the WSManProxyAccessType enumeration.
authenticationCredentials
A WSMAN_AUTHENTICATION_CREDENTIALS structure that specifies the credentials and authentication scheme used for proxy access.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Header | wsman.h |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |