IWSManConnectionOptionsEx interface (wsmandisp.h)

The IWSManConnectionOptionsEx object is passed to the IWSMan::CreateSession method to provide the thumbprint of the client certificate used for authentication.

Inheritance

The IWSManConnectionOptionsEx interface inherits from the IWSManConnectionOptions interface.

Methods

The IWSManConnectionOptionsEx interface has these methods.

 
IWSManConnectionOptionsEx::get_CertificateThumbprint

Sets or gets the certificate thumbprint to use when authenticating by using client certificate authentication. (Get)
IWSManConnectionOptionsEx::put_CertificateThumbprint

Sets or gets the certificate thumbprint to use when authenticating by using client certificate authentication. (Put)

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wsmandisp.h

See also

IWSManConnectionOptions