DotNetWSMan Client

The DotNetWsManClient that is based on Microsoft .NET technology, is a wrapper to the lower layer WS-Management mechanisms, independent of other implementations such as WinRM and Openwsman. The application passes the serialized CIM object to the wrapper, along with information specifying connection information for the specific Intel AMT platform.

The DotNetWsManClient supports all of the Intel AMT connection options, such as TLS, Kerberos, and connections via a proxy.

Public Functions

Function

Description

public DotNetWSManClient(ConnectionInfo connection)

Constructor of the WSMan client using ConnectionInfo

public DotNetWSManClient(String target, String username, String password, bool secure, bool kerberos, String clientCert, IWebProxy HttpProxy)

Constructor of the WSMan client using parameters

 

The following examples demonstrate how to initialize the WS-Management client:

wsmanClient = new DotNetWSManClient(ip, username, password, secure, kerberos, clientCert, HttpProxy);

Copyright © 2006-2022, Intel Corporation. All rights reserved.