ConnectionOptions Properties
.NET Framework 3.5
The ConnectionOptions type exposes the following members.
| Name | Description | |
|---|---|---|
|
Authentication | Gets or sets the COM authentication level to be used for operations in this connection. |
|
Authority | Gets or sets the authority to be used to authenticate the specified user. |
|
Context | Gets or sets a WMI context object. This is a name-value pairs list to be passed through to a WMI provider that supports context information for customized operation. (Inherited from ManagementOptions.) |
|
EnablePrivileges | Gets or sets a value indicating whether user privileges need to be enabled for the connection operation. This property should only be used when the operation performed requires a certain user privilege to be enabled (for example, a machine restart). |
|
Impersonation | Gets or sets the COM impersonation level to be used for operations in this connection. |
|
Locale | Gets or sets the locale to be used for the connection operation. |
|
Password | Sets the password for the specified user. |
|
SecurePassword | Sets the password for the specified user. |
|
Timeout | Gets or sets the time-out to apply to the operation. Note that for operations that return collections, this time-out applies to the enumeration through the resulting collection, not the operation itself (the ReturnImmediately property is used for the latter). This property is used to indicate that the operation should be performed semisynchronously. (Inherited from ManagementOptions.) |
|
Username | Gets or sets the user name to be used for the connection operation. |