Microsoft.Management.Infrastructure.Options Namespace

 

This namespace includes classes and enumerations that define CIM options. It also includes delegates that represent callbacks for writing errors and messages and for indicating progress.

Classes

Class Description
System_CAPS_pubclass CimCredential

Represents a CIM credential.

System_CAPS_pubclass CimOperationOptions

Represents options of a CIM operation.

System_CAPS_pubclass CimSessionOptions

Represents options of a CIM session.

System_CAPS_pubclass CimSubscriptionDeliveryOptions

Represents options related to CIM subscription delivery.

System_CAPS_pubclass DComSessionOptions

Represents options of a CIM session that uses DCOM as the transport protocol.

System_CAPS_pubclass WSManSessionOptions

Represents options of a CIM session that uses WSMan as the transport protocol.

Delegates

Delegate Description
System_CAPS_pubdelegate PromptUserCallback

Represents a callback for a user prompt CIM operation.

System_CAPS_pubdelegate WriteErrorCallback

Represents a callback for a write error CIM operation.

System_CAPS_pubdelegate WriteMessageCallback

Represents a callback for a write message CIM operation.

System_CAPS_pubdelegate WriteProgressCallback

Represents a callback for a write progress CIM operation.

Enumerations

Enumeration Description
System_CAPS_pubenum CertificateAuthenticationMechanism

Specifies the certificate authentication mechanism of a CIM credential object.

System_CAPS_pubenum CimCallbackMode

Specifies the CIM callback mode for the CIM operation options.

System_CAPS_pubenum CimOperationFlags

Specifies the flags of a CIM operation.

System_CAPS_pubenum CimPromptType

Specifies a CIM prompt type that is used in callback delegates of a CIM operation options object.

System_CAPS_pubenum CimResponseType

Specifies the CIM response when the callback mode of a CIM operation options object is set to inquire.

System_CAPS_pubenum CimWriteMessageChannel

Specifies the channel in which to send out a message.

System_CAPS_pubenum ImpersonatedAuthenticationMechanism

Specifies the impersonated authentication mechanism of a CIM session.

System_CAPS_pubenum ImpersonationType

Used by the DCOM protocol handler to specify how impersonation is done on the server.

System_CAPS_pubenum PacketEncoding

Specifies the packet encoding of a WSMan session options object.

System_CAPS_pubenum PasswordAuthenticationMechanism

Specifies the authentication mechanism for passwords. Note that not all protocols and transports support the entire list of values here, and some protocols and transports may support other authentication mechanisms.

System_CAPS_pubenum ProxyType

Specifies an enumeration of proxy type.

Return to top