wsmandisp.h header
This header is used by Windows Remote Management. For more information, see:
wsmandisp.h contains the following programming interfaces:
Interfaces
IWSMan Provides methods and properties used to create a session, represented by a Session object. |
IWSManConnectionOptions The IWSManConnectionOptions object is passed to the IWSMan::CreateSession method to provide the user name and password associated with the local account on the remote computer. |
IWSManConnectionOptionsEx The IWSManConnectionOptionsEx object is passed to the IWSMan::CreateSession method to provide the thumbprint of the client certificate used for authentication. |
IWSManConnectionOptionsEx2 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. |
IWSManEnumerator Represents a stream of results returned from operations such as a WS-Management protocol WS-Enumeration:Enumerate operation. |
IWSManEx Extends the methods and properties of the IWSMan interface to include creating IWSManResourceLocator objects, methods that return enumeration and session flag values, and a method to get extended error information. |
IWSManEx2 Extends the methods and properties of the IWSManEx interface to include a method that returns a session flag value related to authentication using client certificates. |
IWSManEx3 Extends the methods and properties of the IWSManEx interface to include a method that returns a session flag value related to authentication using the Credential Security Support Provider (CredSSP). |
IWSManResourceLocator Supplies the path to a resource. You can use an IWSManResourceLocator object instead of a resource URI in IWSManSession object operations such as IWSManSession.Get, IWSManSession.Put, or IWSManSession.Enumerate. |
IWSManSession Defines operations and session settings. |
Enumerations
WSManProxyAccessTypeFlags Defines the proxy access type flags. |
WSManProxyAuthenticationFlags Determines the proxy authentication mechanism. |