WSMAN_PROXY_INFO structure (wsman.h)
Spécifie les informations de proxy.
Syntaxe
typedef struct _WSMAN_PROXY_INFO {
DWORD accessType;
WSMAN_AUTHENTICATION_CREDENTIALS authenticationCredentials;
} WSMAN_PROXY_INFO;
Membres
accessType
Spécifie le type d’accès pour le proxy. Ce membre doit être défini sur l’une des valeurs définies dans l’énumération WSManProxyAccessType .
authenticationCredentials
Structure WSMAN_AUTHENTICATION_CREDENTIALS qui spécifie les informations d’identification et le schéma d’authentification utilisés pour l’accès au proxy.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 |
Serveur minimal pris en charge | Windows Server 2008 R2 |
En-tête | wsman.h |
Composant redistribuable | Windows Management Framework sur Windows Server 2008 avec SP2, Windows Vista avec SP1 et Windows Vista avec SP2 |